public abstract class AnyTO extends AbstractAnnotatedBean implements EntityTO, AttributableTO
| Constructor and Description |
|---|
AnyTO() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAuxClasses() |
Map<String,AttrTO> |
getDerAttrMap() |
Set<AttrTO> |
getDerAttrs() |
String |
getKey() |
Map<String,AttrTO> |
getPlainAttrMap() |
Set<AttrTO> |
getPlainAttrs() |
String |
getRealm() |
Set<String> |
getResources() |
String |
getStatus() |
String |
getType() |
Map<String,AttrTO> |
getVirAttrMap() |
Set<AttrTO> |
getVirAttrs() |
void |
setKey(String key) |
void |
setRealm(String realm) |
void |
setStatus(String status) |
void |
setType(String type) |
getCreationDate, getCreator, getETagValue, getLastChangeDate, getLastModifier, setCreationDate, setCreator, setLastChangeDate, setLastModifierequals, hashCode, toStringpublic String getType()
public void setType(String type)
public String getRealm()
public void setRealm(String realm)
public String getStatus()
public void setStatus(String status)
public Set<AttrTO> getPlainAttrs()
getPlainAttrs in interface AttributableTOpublic Map<String,AttrTO> getPlainAttrMap()
getPlainAttrMap in interface AttributableTOpublic Set<AttrTO> getDerAttrs()
getDerAttrs in interface AttributableTOpublic Map<String,AttrTO> getDerAttrMap()
getDerAttrMap in interface AttributableTOpublic Set<AttrTO> getVirAttrs()
getVirAttrs in interface AttributableTOpublic Map<String,AttrTO> getVirAttrMap()
getVirAttrMap in interface AttributableTOCopyright © 2010–2016 The Apache Software Foundation. All rights reserved.