@Entity(name="RelationshipConfig") public abstract class RelationshipConfigImpl extends Object implements RelationshipConfig
MAP_DOMAIN_OBJECT_TO_ID_FUNCTION, ORGANIZATION_COLUMN_NAME
Constructor and Description |
---|
RelationshipConfigImpl() |
Modifier and Type | Method and Description |
---|---|
List<RelationshipConfig> |
getChildRelationshipConfigs() |
Integer |
getId() |
DocumentType |
getItemType() |
Integer |
getOrganizationId() |
RelationshipConfig |
getParentRelationshipConfig() |
Integer |
getRelationshipDirection() |
RelationshipType |
getRelationshipType() |
Integer |
getSortOrder() |
String |
getXmlToString() |
void |
setChildRelationshipConfigs(List<RelationshipConfig> childRelationshipConfigs) |
void |
setId(Integer id) |
void |
setItemType(DocumentType itemType) |
void |
setOrganizationId(Integer organizationId) |
void |
setParentRelationshipConfig(RelationshipConfig parentRelationshipConfig) |
void |
setRelationshipDirection(Integer relationshipDirection) |
void |
setRelationshipType(RelationshipType relationshipType) |
void |
setSortOrder(Integer sortOrder) |
String |
toString() |
public Integer getId()
getId
in interface DomainObjectBase
public void setId(Integer id)
setId
in interface DomainObjectBase
public Integer getSortOrder()
getSortOrder
in interface RelationshipConfig
public void setSortOrder(Integer sortOrder)
setSortOrder
in interface RelationshipConfig
public DocumentType getItemType()
getItemType
in interface RelationshipConfig
public void setItemType(DocumentType itemType)
setItemType
in interface RelationshipConfig
public Integer getRelationshipDirection()
getRelationshipDirection
in interface RelationshipConfig
public void setRelationshipDirection(Integer relationshipDirection)
setRelationshipDirection
in interface RelationshipConfig
public Integer getOrganizationId()
getOrganizationId
in interface DomainObjectBase
getOrganizationId
in interface OrganizationAware
public void setOrganizationId(Integer organizationId)
setOrganizationId
in interface DomainObjectBase
public RelationshipType getRelationshipType()
getRelationshipType
in interface RelationshipConfig
public void setRelationshipType(RelationshipType relationshipType)
setRelationshipType
in interface RelationshipConfig
public RelationshipConfig getParentRelationshipConfig()
getParentRelationshipConfig
in interface RelationshipConfig
public void setParentRelationshipConfig(RelationshipConfig parentRelationshipConfig)
setParentRelationshipConfig
in interface RelationshipConfig
public List<RelationshipConfig> getChildRelationshipConfigs()
getChildRelationshipConfigs
in interface RelationshipConfig
public void setChildRelationshipConfigs(List<RelationshipConfig> childRelationshipConfigs)
setChildRelationshipConfigs
in interface RelationshipConfig
public String getXmlToString()
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.