com.jamasoftware.contour.domain
Class IntegrationDirectionType

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

@Entity
public class IntegrationDirectionType
extends DomainObjectSupport

IntegrationDirectionType domain object

Author:
Frank Charron
See Also:
Serialized Form

Field Summary
static java.lang.Integer BI_DIRECTIONAL
           
static java.lang.Integer NONE
           
static java.lang.Integer ONE_WAY_FROM_CONTOUR
           
static java.lang.Integer ONE_WAY_INTO_CONTOUR
           
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
IntegrationDirectionType()
           
IntegrationDirectionType(java.lang.Integer id)
           
IntegrationDirectionType(java.lang.String name)
           
 
Method Summary
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 java.lang.Integer getOrganizationId()
           
 java.lang.String getXmlToString()
           
 void setId(java.lang.Integer id)
           
 void setName(java.lang.String name)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 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

NONE

public static final java.lang.Integer NONE

ONE_WAY_FROM_CONTOUR

public static final java.lang.Integer ONE_WAY_FROM_CONTOUR

ONE_WAY_INTO_CONTOUR

public static final java.lang.Integer ONE_WAY_INTO_CONTOUR

BI_DIRECTIONAL

public static final java.lang.Integer BI_DIRECTIONAL
Constructor Detail

IntegrationDirectionType

public IntegrationDirectionType()

IntegrationDirectionType

public IntegrationDirectionType(java.lang.Integer id)

IntegrationDirectionType

public IntegrationDirectionType(java.lang.String name)
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

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


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