com.jamasoftware.contour.domain
Class ItemSyncStatus
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.DomainObjectSupport
com.jamasoftware.contour.domain.ItemSyncStatus
- All Implemented Interfaces:
- DomainObject, DomainObjectBase, OrganizationAware, com.jamasoftware.contour.view.controller.js.writer.StaticFinalMemberJavascriptAware, java.io.Serializable
@Entity
public class ItemSyncStatus
- extends DomainObjectSupport
- implements com.jamasoftware.contour.view.controller.js.writer.StaticFinalMemberJavascriptAware
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
IN_SYNC
public static final java.lang.Integer IN_SYNC
OUT_OF_SYNC_MASTER_CHANGED
public static final java.lang.Integer OUT_OF_SYNC_MASTER_CHANGED
OUT_OF_SYNC_COPY_CHANGED
public static final java.lang.Integer OUT_OF_SYNC_COPY_CHANGED
OUT_OF_SYNC_CONFLICT
public static final java.lang.Integer OUT_OF_SYNC_CONFLICT
ItemSyncStatus
public ItemSyncStatus()
ItemSyncStatus
public ItemSyncStatus(java.lang.Integer id)
ItemSyncStatus
public ItemSyncStatus(java.lang.String name,
java.lang.Integer sortOrder)
getId
public java.lang.Integer getId()
- Specified by:
getId in interface DomainObjectBase
setId
public void setId(java.lang.Integer lookupId)
- Specified by:
setId in interface DomainObjectBase
getName
@Field(name="name",
index=TOKENIZED,
store=YES)
public java.lang.String getName()
setName
public void setName(java.lang.String displayDescription)
getSortOrder
public java.lang.Integer getSortOrder()
setSortOrder
public void setSortOrder(java.lang.Integer sortOrder)
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
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.