org.tynamo.editablecontent.entities
Class TextualContent

java.lang.Object
  extended by org.tynamo.editablecontent.entities.TextualContent

@Entity
public class TextualContent
extends Object


Field Summary
static int CONTENT_MAX_LENGTH
           
 
Constructor Summary
TextualContent()
           
 
Method Summary
 String getAuthor()
           
 String getId()
           
 Date getLastModified()
           
 String getValue()
           
 long getVersion()
           
 void setAuthor(String author)
           
 void setId(String id)
           
 void setLastModified(Date lastModified)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_MAX_LENGTH

public static final int CONTENT_MAX_LENGTH
See Also:
Constant Field Values
Constructor Detail

TextualContent

public TextualContent()
Method Detail

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.