com.jamasoftware.contour.domain
Class IntegrationFieldMapping

java.lang.Object
  extended by com.jamasoftware.contour.domain.DomainObjectBaseSupport
      extended by com.jamasoftware.contour.domain.DomainObjectSupport
          extended by com.jamasoftware.contour.domain.IntegrationFieldMapping
All Implemented Interfaces:
DomainObject, DomainObjectBase, OrganizationAware, java.io.Serializable

@Entity
public class IntegrationFieldMapping
extends DomainObjectSupport

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
IntegrationFieldMapping()
           
 
Method Summary
 java.lang.Boolean getActive()
           
 DocumentField getField()
           
 java.lang.Integer getId()
           
 IntegrationType getIntegrationType()
           
 java.lang.String getMappedId()
           
 java.lang.String getMappedName()
           
 java.lang.Integer getOrganizationId()
           
 IntegrationComponentMapping getSetMapping()
           
 IntegrationDirectionType getUpdateDirection()
           
 java.lang.Boolean getUseContourOnConflict()
           
 java.lang.String getXmlToString()
           
 void setActive(java.lang.Boolean active)
           
 void setField(DocumentField field)
           
 void setId(java.lang.Integer id)
           
 void setIntegrationType(IntegrationType integrationType)
           
 void setMappedId(java.lang.String mappedId)
           
 void setMappedName(java.lang.String mappedName)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setSetMapping(IntegrationComponentMapping setMapping)
           
 void setUpdateDirection(IntegrationDirectionType updateDirection)
           
 void setUseContourOnConflict(java.lang.Boolean useContourOnConflict)
           
 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
 

Constructor Detail

IntegrationFieldMapping

public IntegrationFieldMapping()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getIntegrationType

public IntegrationType getIntegrationType()

setIntegrationType

public void setIntegrationType(IntegrationType integrationType)

getSetMapping

public IntegrationComponentMapping getSetMapping()

setSetMapping

public void setSetMapping(IntegrationComponentMapping setMapping)

getField

public DocumentField getField()

setField

public void setField(DocumentField field)

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)

getUpdateDirection

public IntegrationDirectionType getUpdateDirection()

setUpdateDirection

public void setUpdateDirection(IntegrationDirectionType updateDirection)

getUseContourOnConflict

public java.lang.Boolean getUseContourOnConflict()

setUseContourOnConflict

public void setUseContourOnConflict(java.lang.Boolean useContourOnConflict)

getActive

public java.lang.Boolean getActive()

setActive

public void setActive(java.lang.Boolean active)

getOrganizationId

public java.lang.Integer getOrganizationId()

setOrganizationId

public void setOrganizationId(java.lang.Integer organizationId)

getXmlToString

public java.lang.String getXmlToString()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
a String representation of this object.


Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.