@Entity(name="OrderedListItem") public class OrderedListItemImpl extends DomainObjectSupport implements OrderedListItem
MAP_DOMAIN_OBJECT_TO_ID_FUNCTION, ORGANIZATION_COLUMN_NAME
Constructor and Description |
---|
OrderedListItemImpl() |
Modifier and Type | Method and Description |
---|---|
Integer |
getId() |
ContourItem |
getItem() |
OrderedList |
getList() |
int |
getOrder() |
Integer |
getOrganizationId() |
String |
getXmlToString() |
void |
setId(Integer versionId) |
void |
setItem(ContourItem item) |
void |
setList(OrderedList list) |
void |
setOrder(int order) |
void |
setOrganizationId(Integer organizationId) |
getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, setCreatedBy, setCreatedDate, setModifiedBy, setModifiedDate
equals, hashCode, isNewObject, obtainAclObjectIdentity
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, isNewObject, obtainAclObjectIdentity, setCreatedBy, setCreatedDate, setModifiedBy, setModifiedDate
public Integer getId()
getId
in interface DomainObjectBase
public void setId(Integer versionId)
setId
in interface DomainObjectBase
public OrderedList getList()
getList
in interface OrderedListItem
public void setList(OrderedList list)
setList
in interface OrderedListItem
public ContourItem getItem()
getItem
in interface OrderedListItem
public void setItem(ContourItem item)
setItem
in interface OrderedListItem
public int getOrder()
getOrder
in interface OrderedListItem
public void setOrder(int order)
setOrder
in interface OrderedListItem
public Integer getOrganizationId()
getOrganizationId
in interface DomainObjectBase
getOrganizationId
in interface OrganizationAware
public void setOrganizationId(Integer organizationId)
setOrganizationId
in interface DomainObjectBase
public String getXmlToString()
getXmlToString
in interface DomainObject
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.