com.jamasoftware.contour.domain
Class IntegrationComponentMapping
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.DomainObjectSupport
com.jamasoftware.contour.domain.IntegrationComponentMapping
- All Implemented Interfaces:
- DomainObject, DomainObjectBase, OrganizationAware, ScopedObject, java.io.Serializable
@Entity
public class IntegrationComponentMapping
- extends DomainObjectSupport
- implements ScopedObject
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
UPSTREAM
public static final java.lang.Integer UPSTREAM
DOWNSTREAM
public static final java.lang.Integer DOWNSTREAM
IntegrationComponentMapping
public IntegrationComponentMapping()
IntegrationComponentMapping
public IntegrationComponentMapping(java.lang.Integer id)
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
getIntegrationType
public IntegrationType getIntegrationType()
setIntegrationType
public void setIntegrationType(IntegrationType integrationType)
getScopeId
public java.lang.Integer getScopeId()
- Specified by:
getScopeId in interface ScopedObject
setScopeId
public void setScopeId(java.lang.Integer scope)
- Specified by:
setScopeId in interface ScopedObject
getRefId
public java.lang.Integer getRefId()
- Specified by:
getRefId in interface ScopedObject
setRefId
public void setRefId(java.lang.Integer refId)
- Specified by:
setRefId in interface ScopedObject
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
getMappedId
public java.lang.String getMappedId()
setMappedId
public void setMappedId(java.lang.String mappedId)
getMappedName
public java.lang.String getMappedName()
setMappedName
public void setMappedName(java.lang.String mappedName)
getPushFromContourFlag
public java.lang.Boolean getPushFromContourFlag()
setPushFromContourFlag
public void setPushFromContourFlag(java.lang.Boolean pushFromContourFlag)
getPullIntoContourFlag
public java.lang.Boolean getPullIntoContourFlag()
setPullIntoContourFlag
public void setPullIntoContourFlag(java.lang.Boolean pullIntoContourFlag)
getPullIntoContourFilter
public java.lang.Integer getPullIntoContourFilter()
setPullIntoContourFilter
public void setPullIntoContourFilter(java.lang.Integer pullIntoContourFilter)
getIntegrationTrigger
public java.lang.String getIntegrationTrigger()
setIntegrationTrigger
public void setIntegrationTrigger(java.lang.String integrationTrigger)
getCommentsDirection
public IntegrationDirectionType getCommentsDirection()
setCommentsDirection
public void setCommentsDirection(IntegrationDirectionType commentsDirection)
getActive
public java.lang.Boolean getActive()
setActive
public void setActive(java.lang.Boolean active)
getXmlToString
public java.lang.String getXmlToString()
- Specified by:
getXmlToString in interface DomainObject
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
- Returns:
- a
String representation of this object.
getRootDocument
public Document getRootDocument()
setRootDocument
public void setRootDocument(Document rootDocument)
getTargetDocument
public Document getTargetDocument()
setTargetDocument
public void setTargetDocument(Document targetDocument)
getProjectId
public java.lang.Integer getProjectId()
setProjectId
public void setProjectId(java.lang.Integer projectId)
getRelatedMapping
public IntegrationComponentMapping getRelatedMapping()
setRelatedMapping
public void setRelatedMapping(IntegrationComponentMapping relatedMapping)
getIsUpstream
public java.lang.Boolean getIsUpstream()
setIsUpstream
public void setIsUpstream(java.lang.Boolean isUpstream)
getPrefix
public java.lang.String getPrefix()
setPrefix
public void setPrefix(java.lang.String prefix)
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.