org.tynamo.editablecontent.entities
Class TextualContent
java.lang.Object
org.tynamo.editablecontent.entities.TextualContent
@Entity
public class TextualContent
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTENT_MAX_LENGTH
public static final int CONTENT_MAX_LENGTH
- See Also:
- Constant Field Values
TextualContent
public TextualContent()
getId
public String getId()
setId
public void setId(String id)
getValue
public String getValue()
setValue
public void setValue(String value)
getLastModified
public Date getLastModified()
setLastModified
public void setLastModified(Date lastModified)
getVersion
public long getVersion()
getAuthor
public String getAuthor()
setAuthor
public void setAuthor(String author)
Copyright © 2004-2012. All Rights Reserved.