@MappedSuperclass public abstract class BaseAttributeEntity<T extends AttributeOwner<?>> extends BaseEntity
Constructor and Description |
---|
BaseAttributeEntity() |
BaseAttributeEntity(Attribute att,
T owner) |
Modifier and Type | Method and Description |
---|---|
void |
fromDto(Attribute info) |
String |
getKey() |
T |
getOwner() |
String |
getValue() |
void |
setKey(String key) |
void |
setOwner(T owner) |
void |
setValue(String value) |
AttributeInfo |
toDto() |
String |
toString() |
getId, getObjectId, onPrePersist, onPreUpdate, prePersist, preUpdate, setId, setObjectId
public BaseAttributeEntity()
public BaseAttributeEntity(Attribute att, T owner)
public AttributeInfo toDto()
public String toString()
toString
in class BaseEntity
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.