|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.prefs.om.impl.PropertyKeyImpl
PropertyKey
interface implementation.
Represents a property key.
Field Summary | |
private Timestamp |
creationDate
|
private Timestamp |
modifiedDate
|
private long |
propertyKeyId
|
private String |
propertyKeyName
|
private int |
propertyKeyType
|
Constructor Summary | |
PropertyKeyImpl()
Property key implementation default constructor. |
|
PropertyKeyImpl(String propertyKeyName,
int propertyKeyType)
Property key constructor given the associated property set definition, the property key name and type. |
Method Summary | |
Timestamp |
getCreationDate()
|
Timestamp |
getModifiedDate()
|
long |
getPropertyKeyId()
|
String |
getPropertyKeyName()
|
int |
getPropertyKeyType()
|
void |
setCreationDate(Timestamp creationDate)
|
void |
setModifiedDate(Timestamp modifiedDate)
|
void |
setPropertyKeyId(long propertyKeyId)
|
void |
setPropertyKeyName(String propertyKeyName)
|
void |
setPropertyKeyType(int propertyKeyType)
|
String |
toString()
Convert PropertyKey to string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private long propertyKeyId
private int propertyKeyType
private String propertyKeyName
private Timestamp creationDate
private Timestamp modifiedDate
Constructor Detail |
public PropertyKeyImpl()
Property key implementation default constructor.
public PropertyKeyImpl(String propertyKeyName, int propertyKeyType)
Property key constructor given the associated property set definition, the property key name and type.
propertyKeyName
- The property key name.propertyKeyType
- The property key type.Method Detail |
public long getPropertyKeyId()
getPropertyKeyId
in interface org.apache.jetspeed.prefs.om.PropertyKey
PropertyKey.getPropertyKeyId()
public void setPropertyKeyId(long propertyKeyId)
setPropertyKeyId
in interface org.apache.jetspeed.prefs.om.PropertyKey
org.apache.jetspeed.prefs.om.PropertyKey#setPropertyKeyId(int)
public String getPropertyKeyName()
getPropertyKeyName
in interface org.apache.jetspeed.prefs.om.PropertyKey
PropertyKey.getPropertyKeyName()
public void setPropertyKeyName(String propertyKeyName)
setPropertyKeyName
in interface org.apache.jetspeed.prefs.om.PropertyKey
PropertyKey.setPropertyKeyName(java.lang.String)
public int getPropertyKeyType()
getPropertyKeyType
in interface org.apache.jetspeed.prefs.om.PropertyKey
PropertyKey.getPropertyKeyType()
public void setPropertyKeyType(int propertyKeyType)
setPropertyKeyType
in interface org.apache.jetspeed.prefs.om.PropertyKey
PropertyKey.setPropertyKeyType(int)
public Timestamp getCreationDate()
getCreationDate
in interface org.apache.jetspeed.prefs.om.PropertyKey
PropertyKey.getCreationDate()
public void setCreationDate(Timestamp creationDate)
setCreationDate
in interface org.apache.jetspeed.prefs.om.PropertyKey
PropertyKey.setCreationDate(java.sql.Timestamp)
public Timestamp getModifiedDate()
getModifiedDate
in interface org.apache.jetspeed.prefs.om.PropertyKey
PropertyKey.getModifiedDate()
public void setModifiedDate(Timestamp modifiedDate)
setModifiedDate
in interface org.apache.jetspeed.prefs.om.PropertyKey
PropertyKey.setModifiedDate(java.sql.Timestamp)
public String toString()
Convert PropertyKey
to string.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |