|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.penguinwerks.jodene.managers.DataStorageTag
The data storage tags stores the meta data that belongs to an item in the vault. By default the data storage tag includes only the create date and a standard Description getter/setter.
| Constructor Summary | |
DataStorageTag()
Creates a new instance of DataStorageTag |
|
| Method Summary | |
void |
addFeature(java.lang.String name,
java.io.Serializable feature)
Adds a feature to the meta-data. |
java.util.Calendar |
getCreateDate()
Returns the date this vault item was created. |
java.lang.String |
getDescription()
Returns the description |
java.io.Serializable |
getFeature(java.lang.String name)
Returns a feature for a given name. |
void |
setDescription(java.lang.String descr)
Set the description for this data storage tag. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DataStorageTag()
| Method Detail |
public java.lang.String getDescription()
public void setDescription(java.lang.String descr)
descr - The description.public java.util.Calendar getCreateDate()
public void addFeature(java.lang.String name,
java.io.Serializable feature)
name - The name of the feature.feature - The feature.public java.io.Serializable getFeature(java.lang.String name)
name - The name of the feature.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||