com.jamasoftware.contour.domain
Class ItemSyncStatus

java.lang.Object
  extended by com.jamasoftware.contour.domain.DomainObjectBaseSupport
      extended by com.jamasoftware.contour.domain.DomainObjectSupport
          extended by 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

Field Summary
static java.lang.Integer IN_SYNC
           
static java.lang.Integer OUT_OF_SYNC_CONFLICT
           
static java.lang.Integer OUT_OF_SYNC_COPY_CHANGED
           
static java.lang.Integer OUT_OF_SYNC_MASTER_CHANGED
           
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
ItemSyncStatus()
           
ItemSyncStatus(java.lang.Integer id)
           
ItemSyncStatus(java.lang.String name, java.lang.Integer sortOrder)
           
 
Method Summary
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 java.lang.Integer getOrganizationId()
           
 java.lang.Integer getSortOrder()
           
 java.lang.String getXmlToString()
           
 void setId(java.lang.Integer lookupId)
           
 void setName(java.lang.String displayDescription)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setSortOrder(java.lang.Integer sortOrder)
           
 
Methods inherited from class com.jamasoftware.contour.domain.DomainObjectSupport
getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, setCreatedBy, setCreatedDate, setModifiedBy, setModifiedDate
 
Methods inherited from class com.jamasoftware.contour.domain.DomainObjectBaseSupport
equals, hashCode, isNewObject, obtainAclObjectIdentity
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ItemSyncStatus

public ItemSyncStatus()

ItemSyncStatus

public ItemSyncStatus(java.lang.Integer id)

ItemSyncStatus

public ItemSyncStatus(java.lang.String name,
                      java.lang.Integer sortOrder)
Method Detail

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.