org.tynamo.editablecontent.entities
Class RevisionedContent

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

@Entity
public class RevisionedContent
extends Object


Nested Class Summary
static class RevisionedContent.RevisionedContentId
           
 
Field Summary
static int CONTENT_MAX_LENGTH
           
 
Constructor Summary
RevisionedContent()
           
RevisionedContent(TextualContent textualContent)
           
 
Method Summary
 String getAuthor()
           
 String getId()
           
 Date getLastModified()
           
 long getRevision()
           
 byte[] getValue()
           
 String valueToString()
           
 
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

RevisionedContent

public RevisionedContent()

RevisionedContent

public RevisionedContent(TextualContent textualContent)
Method Detail

valueToString

public String valueToString()

getId

public String getId()

getValue

public byte[] getValue()

getLastModified

public Date getLastModified()

getAuthor

public String getAuthor()

getRevision

public long getRevision()


Copyright © 2004-2012. All Rights Reserved.