org.jboss.portal.cms.workflow
Class Content
java.lang.Object
org.jboss.portal.cms.workflow.Content
- All Implemented Interfaces:
- java.io.Serializable
public class Content
- extends java.lang.Object
- implements java.io.Serializable
Created on : Dec 20, 2006
- Author:
- Sohil Shah - sohil.shah@jboss.com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Content
public Content()
getPath
public java.lang.String getPath()
- Returns:
- the path
setPath
public void setPath(java.lang.String path)
- Parameters:
path
- the path to set
getUserName
public java.lang.String getUserName()
- Returns:
- the userName
setUserName
public void setUserName(java.lang.String userName)
- Parameters:
userName
- the userName to set
getMimeType
public java.lang.String getMimeType()
- Returns:
- the mimeType
setMimeType
public void setMimeType(java.lang.String mimeType)
- Parameters:
mimeType
- the mimeType to set
getSize
public int getSize()
- Returns:
- the size
setSize
public void setSize(int size)
- Parameters:
size
- the size to set
getSizeStr
public java.lang.String getSizeStr()
getCreationDate
public java.util.Date getCreationDate()
- Returns:
- the creationDate
setCreationDate
public void setCreationDate(java.util.Date creationDate)
- Parameters:
creationDate
- the creationDate to set
getCreationDateStr
public java.lang.String getCreationDateStr()
getProcessId
public java.lang.String getProcessId()
- Returns:
setProcessId
public void setProcessId(java.lang.String processId)
- Parameters:
processId
-