@MappedSuperclass public abstract class AbstractIdentifiedEntity extends Object implements Serializable
Constructor and Description |
---|
AbstractIdentifiedEntity() |
Modifier and Type | Method and Description |
---|---|
Integer |
getIdentifier()
Gets the identifier for the entity.
|
protected void |
loadAllExternalEntities()
Loads all external entities for the entity.
|
void |
setIdentifier(Integer identifier)
Sets the identifier for the entity.
|
public Integer getIdentifier()
public void setIdentifier(Integer identifier)
identifier
- New identifier for the entity.protected void loadAllExternalEntities()
Copyright © 2013. All Rights Reserved.