Package org.apache.syncope.common.lib.to
Class VirSchemaTO
java.lang.Object
org.apache.syncope.common.lib.to.SchemaTO
org.apache.syncope.common.lib.to.VirSchemaTO
- All Implemented Interfaces:
Serializable
,BaseBean
,EntityTO
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
void
setAnyType
(String anyType) void
setExtAttrName
(String extAttrName) void
setReadonly
(boolean readonly) void
setResource
(String resource) Methods inherited from class org.apache.syncope.common.lib.to.SchemaTO
getAnyTypeClass, getKey, getLabel, getLabels, setAnyTypeClass, setDiscriminator, setKey
-
Constructor Details
-
VirSchemaTO
public VirSchemaTO()
-
-
Method Details
-
getDiscriminator
- Specified by:
getDiscriminator
in classSchemaTO
-
isReadonly
public boolean isReadonly() -
setReadonly
public void setReadonly(boolean readonly) -
getResource
-
setResource
-
getAnyType
-
setAnyType
-
getExtAttrName
-
setExtAttrName
-
hashCode
public int hashCode() -
equals
-