com.jamasoftware.contour.domain
Class FieldLayoutEntry
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.DomainObjectSupport
com.jamasoftware.contour.domain.FieldLayoutEntry
- All Implemented Interfaces:
- DomainObject, DomainObjectBase, OrganizationAware, java.io.Serializable, java.lang.Comparable<FieldLayoutEntry>
@Entity
public class FieldLayoutEntry
- extends DomainObjectSupport
- implements java.lang.Comparable<FieldLayoutEntry>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
FieldLayoutEntry
public FieldLayoutEntry()
FieldLayoutEntry
public FieldLayoutEntry(java.lang.Integer id,
FieldLayout layout,
DocumentTypeField field,
java.lang.Integer layoutPosition,
java.lang.Boolean active)
FieldLayoutEntry
public FieldLayoutEntry(FieldLayoutEntry fle)
getId
public java.lang.Integer getId()
- Specified by:
getId in interface DomainObjectBase
setId
public void setId(java.lang.Integer id)
- Specified by:
setId in interface DomainObjectBase
getLayout
public FieldLayout getLayout()
setLayout
public void setLayout(FieldLayout layout)
getField
public DocumentTypeField getField()
setField
public void setField(DocumentTypeField field)
getActive
public java.lang.Boolean getActive()
setActive
public void setActive(java.lang.Boolean active)
getLayoutPosition
public java.lang.Integer getLayoutPosition()
setLayoutPosition
public void setLayoutPosition(java.lang.Integer layoutPosition)
getOrganizationId
public java.lang.Integer getOrganizationId()
- Specified by:
getOrganizationId in interface DomainObjectBase- Specified by:
getOrganizationId in interface OrganizationAware
setOrganizationId
public void setOrganizationId(java.lang.Integer organizationId)
- Specified by:
setOrganizationId in interface DomainObjectBase
getXmlToString
public java.lang.String getXmlToString()
- Specified by:
getXmlToString in interface DomainObject
compareTo
public int compareTo(FieldLayoutEntry arg0)
- Specified by:
compareTo in interface java.lang.Comparable<FieldLayoutEntry>
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.