com.jamasoftware.contour.domain
Class IntegrationComponentMapping

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

Field Summary
static java.lang.Integer DOWNSTREAM
           
static java.lang.Integer UPSTREAM
           
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
IntegrationComponentMapping()
           
IntegrationComponentMapping(java.lang.Integer id)
           
 
Method Summary
 java.lang.Boolean getActive()
           
 IntegrationDirectionType getCommentsDirection()
           
 java.lang.Integer getId()
           
 java.lang.String getIntegrationTrigger()
           
 IntegrationType getIntegrationType()
           
 java.lang.Boolean getIsUpstream()
           
 java.lang.String getMappedId()
           
 java.lang.String getMappedName()
           
 java.lang.Integer getOrganizationId()
           
 java.lang.String getPrefix()
           
 java.lang.Integer getProjectId()
           
 java.lang.Integer getPullIntoContourFilter()
           
 java.lang.Boolean getPullIntoContourFlag()
           
 java.lang.Boolean getPushFromContourFlag()
           
 java.lang.Integer getRefId()
           
 IntegrationComponentMapping getRelatedMapping()
           
 Document getRootDocument()
           
 java.lang.Integer getScopeId()
           
 Document getTargetDocument()
           
 java.lang.String getXmlToString()
           
 void setActive(java.lang.Boolean active)
           
 void setCommentsDirection(IntegrationDirectionType commentsDirection)
           
 void setId(java.lang.Integer id)
           
 void setIntegrationTrigger(java.lang.String integrationTrigger)
           
 void setIntegrationType(IntegrationType integrationType)
           
 void setIsUpstream(java.lang.Boolean isUpstream)
           
 void setMappedId(java.lang.String mappedId)
           
 void setMappedName(java.lang.String mappedName)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setPrefix(java.lang.String prefix)
           
 void setProjectId(java.lang.Integer projectId)
           
 void setPullIntoContourFilter(java.lang.Integer pullIntoContourFilter)
           
 void setPullIntoContourFlag(java.lang.Boolean pullIntoContourFlag)
           
 void setPushFromContourFlag(java.lang.Boolean pushFromContourFlag)
           
 void setRefId(java.lang.Integer refId)
           
 void setRelatedMapping(IntegrationComponentMapping relatedMapping)
           
 void setRootDocument(Document rootDocument)
           
 void setScopeId(java.lang.Integer scope)
           
 void setTargetDocument(Document targetDocument)
           
 java.lang.String toString()
           
 
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, wait, wait, wait
 

Field Detail

UPSTREAM

public static final java.lang.Integer UPSTREAM

DOWNSTREAM

public static final java.lang.Integer DOWNSTREAM
Constructor Detail

IntegrationComponentMapping

public IntegrationComponentMapping()

IntegrationComponentMapping

public IntegrationComponentMapping(java.lang.Integer id)
Method Detail

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.