com.mycompany.model
Class Content
java.lang.Object
com.mycompany.model.AbstractEntity
com.mycompany.model.Content
- All Implemented Interfaces:
- java.io.Serializable
@Entity
public class Content
- extends AbstractEntity
JPA entity for content data.
- Author:
- Ian Hlavats (ian@tarantulaconsulting.com)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Content
public Content()
getCreatedBy
public User getCreatedBy()
getCreatedDate
public java.util.Date getCreatedDate()
getViewId
public java.lang.String getViewId()
getValue
public java.lang.String getValue()
setCreatedBy
public void setCreatedBy(User createdBy)
setCreatedDate
public void setCreatedDate(java.util.Date createdDate)
setViewId
public void setViewId(java.lang.String name)
setValue
public void setValue(java.lang.String value)