public abstract class AbstractLocationParameterImpl extends AbstractHibernateEntity implements LocationParameter
FLD_CATEGORY, FLD_KEY, FLD_OWNER| Modifier | Constructor and Description |
|---|---|
protected |
AbstractLocationParameterImpl() |
| Modifier and Type | Method and Description |
|---|---|
Category |
getCategory() |
long |
getId() |
Serializable |
getIdentifierValue() |
String |
getKey() |
Identity |
getOwner() |
String |
getValue() |
void |
setAsNew() |
void |
setCategory(Category category) |
void |
setId(long id) |
void |
setKey(String key) |
void |
setOwner(Identity owner) |
void |
setValue(String value) |
String |
toString() |
addDirtyListener, calculate, clone, equals, getAttribute, getEntityType, hasAttribute, hashCode, isNewInstance, merge, removeAttribute, setAttribute, setDirty, toRichString, validatefinalize, getClass, notify, notifyAll, wait, wait, waitgetCategory, getKey, getOwner, getValue, setCategory, setKey, setOwner, setValueaddDirtyListener, calculate, clone, equals, getAttribute, getEntityType, getIdentifierValue, hasAttribute, hashCode, isNewInstance, merge, removeAttribute, setAsNew, setAttribute, toRichString, validatepublic Category getCategory()
getCategory in interface Parameterpublic long getId()
public Serializable getIdentifierValue()
getIdentifierValue in interface Entitypublic void setCategory(Category category)
setCategory in interface Parameterpublic void setId(long id)
Copyright 2012-2013 Veniamin Isaias. All rights reserved.