com.jamasoftware.contour.domain
Class IntegrationConnection

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

@Entity
public class IntegrationConnection
extends DomainObjectSupport
implements ScopedObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
IntegrationConnection()
           
 
Method Summary
 java.lang.Boolean getActive()
           
 java.lang.String getCronString()
           
 User getDefaultContourUser()
           
 java.lang.Integer getId()
           
 IntegrationType getIntegrationType()
           
 java.lang.Integer getIntervalMinutes()
           
 java.lang.Integer getOrganizationId()
           
 java.lang.String getPassword()
           
 java.lang.Integer getRefId()
           
 java.lang.Integer getScopeId()
           
 java.lang.String getUrl()
           
 java.lang.Boolean getUseAdvancedScheduling()
           
 java.lang.String getUserName()
           
 java.lang.String getXmlToString()
           
 void setActive(java.lang.Boolean active)
           
 void setCronString(java.lang.String cronString)
           
 void setDefaultContourUser(User defaultContourUser)
           
 void setId(java.lang.Integer id)
           
 void setIntegrationType(IntegrationType integrationType)
           
 void setIntervalMinutes(java.lang.Integer intervalMinutes)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setPassword(java.lang.String password)
           
 void setRefId(java.lang.Integer refId)
           
 void setScopeId(java.lang.Integer scope)
           
 void setUrl(java.lang.String url)
           
 void setUseAdvancedScheduling(java.lang.Boolean useAdvancedScheduling)
           
 void setUserName(java.lang.String userName)
           
 java.lang.String toString()
          Constructs a String with all attributes in name = value format.
 
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

IntegrationConnection

public IntegrationConnection()
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

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

getIntegrationType

public IntegrationType getIntegrationType()

setIntegrationType

public void setIntegrationType(IntegrationType integrationType)

getUrl

public java.lang.String getUrl()

setUrl

public void setUrl(java.lang.String url)

getUserName

public java.lang.String getUserName()

setUserName

public void setUserName(java.lang.String userName)

getPassword

public java.lang.String getPassword()

setPassword

public void setPassword(java.lang.String password)

getActive

public java.lang.Boolean getActive()

setActive

public void setActive(java.lang.Boolean active)

getDefaultContourUser

public User getDefaultContourUser()

setDefaultContourUser

public void setDefaultContourUser(User defaultContourUser)

getIntervalMinutes

public java.lang.Integer getIntervalMinutes()

setIntervalMinutes

public void setIntervalMinutes(java.lang.Integer intervalMinutes)

getUseAdvancedScheduling

public java.lang.Boolean getUseAdvancedScheduling()

setUseAdvancedScheduling

public void setUseAdvancedScheduling(java.lang.Boolean useAdvancedScheduling)

getCronString

public java.lang.String getCronString()

setCronString

public void setCronString(java.lang.String cronString)

getXmlToString

public java.lang.String getXmlToString()
Specified by:
getXmlToString in interface DomainObject

toString

public java.lang.String toString()
Constructs a String with all attributes in name = value format.

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


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