Package oracle.iam.platform.entitymgr.vo
Class AbstractEntity
java.lang.Object
oracle.iam.platform.entitymgr.vo.AbstractEntity
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractFixedEntity,AuditEvent
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPublic constructor to be used by Entity Type ManagersAbstractEntity(String entityId, boolean childEntity) Internal constructor used by EntityTypeManagerHelper. -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String attrName) abstract StringbooleanvoidsetAttribute(String attrName, Object attrVal) toString()
-
Constructor Details
-
AbstractEntity
public AbstractEntity()Public constructor to be used by Entity Type Managers -
AbstractEntity
Internal constructor used by EntityTypeManagerHelper. Entity Type Managers should use the zero arg constructor ONLY- Parameters:
entityId-childEntity-
-
-
Method Details