public interface Tag extends Serializable, Comparable<Tag>
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Returns the comment of this tag.
|
long |
getCreationTime()
Returns the time of creation of this tag.
|
String |
getEditor()
Returns the editor string of this revision.
|
long |
getId()
Returns the id of this tag.
|
String |
getName()
Get the name of the tag.
|
String |
getProperty(String name)
Returns value for a property.
|
List<String> |
getPropertyNames()
Returns list of all property names.
|
Revision |
getRevision()
Returns the tagged revision.
|
void |
removeProperty(String name)
Remove a property
|
void |
setProperty(String name,
String value)
Set value of a property.
|
compareTo
long getId()
String getName()
Revision getRevision()
String getComment()
String getEditor()
long getCreationTime()
List<String> getPropertyNames()
String getProperty(String name)
name
- The property key namevoid setProperty(String name, String value)
name
- The property key namevalue
- The valuevoid removeProperty(String name)
name
- The property key nameCopyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500