public class GenericSchema extends Object implements AccessControlSchema
| Constructor and Description |
|---|
GenericSchema() |
| Modifier and Type | Method and Description |
|---|---|
String |
describeMetadata()
Will return a JSON string description of an extending classes'
fields.
|
String |
get(String property)
Retrieves a given property for this security object.
|
String |
getRecordId() |
String |
getSource() |
void |
set(String property,
String value)
Sets a given property for this security object.
|
void |
setRecordId(String newid) |
void |
setSource(String plugin) |
public final String describeMetadata()
describeMetadata in interface AccessControlSchemaproperty - The class field to retrievepublic final String get(String property)
get in interface AccessControlSchemaproperty - The class field to retrievepublic final void set(String property, String value)
set in interface AccessControlSchemaproperty - The class field to retrievepublic void setRecordId(String newid)
setRecordId in interface AccessControlSchemapublic String getRecordId()
getRecordId in interface AccessControlSchemapublic void setSource(String plugin)
setSource in interface AccessControlSchemapublic String getSource()
getSource in interface AccessControlSchemaCopyright © 2009-2013. All Rights Reserved.