|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openemcee.microflow.impl.PermissionedData
| Constructor Summary | |
PermissionedData()
Creates a new instance of PermissionedData |
|
| Method Summary | |
java.lang.String[] |
getAliases()
Getter for property aliases. |
java.lang.String |
getName()
Getter for property name. |
java.lang.Class |
getType()
Getter for property type. |
PermissionedDataValidator |
getValidator()
Getter for property validator. |
void |
setAliases(java.lang.String[] aliases)
Setter for property aliases. |
void |
setName(java.lang.String name)
Setter for property name. |
void |
setType(java.lang.Class type)
Setter for property type. |
void |
setValidator(PermissionedDataValidator validator)
Setter for property validator. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PermissionedData()
| Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name - New value of property name.public java.lang.String[] getAliases()
public void setAliases(java.lang.String[] aliases)
aliases - New value of property aliases.public java.lang.Class getType()
public void setType(java.lang.Class type)
type - New value of property type.public PermissionedDataValidator getValidator()
public void setValidator(PermissionedDataValidator validator)
validator - New value of property validator.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||