com.jamasoftware.contour.domain
Class IntegrationFieldMapping
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.DomainObjectSupport
com.jamasoftware.contour.domain.IntegrationFieldMapping
- All Implemented Interfaces:
- DomainObject, DomainObjectBase, OrganizationAware, java.io.Serializable
@Entity
public class IntegrationFieldMapping
- extends DomainObjectSupport
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
IntegrationFieldMapping
public IntegrationFieldMapping()
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.