public abstract class AbstractAttributableTO extends ConnObjectTO
| Constructor and Description |
|---|
AbstractAttributableTO() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AttributeTO> |
getDerAttrMap() |
List<AttributeTO> |
getDerAttrs() |
long |
getId() |
Map<String,AttributeTO> |
getVirAttrMap() |
List<AttributeTO> |
getVirAttrs() |
void |
setId(long id) |
getAttrMap, getAttrsgetCreationDate, getCreator, getETagValue, getLastChangeDate, getLastModifier, setCreationDate, setCreator, setLastChangeDate, setLastModifierequals, hashCode, toStringpublic long getId()
public void setId(long id)
public Map<String,AttributeTO> getDerAttrMap()
public Map<String,AttributeTO> getVirAttrMap()
public List<AttributeTO> getDerAttrs()
public List<AttributeTO> getVirAttrs()
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.