com.jamasoftware.contour.domain
Class User_Organization

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

@Entity
public class User_Organization
extends DomainObjectSupport

Link table for user and organization so user can access other organizations.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
User_Organization()
           
 
Method Summary
 java.lang.Integer getId()
           
 java.lang.String getLicenseType()
           
 Organization getOrganization()
           
 java.lang.Integer getOrganizationId()
           
 User getUser()
           
 java.lang.String getXmlToString()
           
 void setId(java.lang.Integer id)
           
 void setLicenseType(java.lang.String licenseType)
           
 void setOrganization(Organization organization)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setUser(User fromUser)
           
 
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, toString, wait, wait, wait
 

Constructor Detail

User_Organization

public User_Organization()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getUser

public User getUser()

setUser

public void setUser(User fromUser)

getOrganization

public Organization getOrganization()

setOrganization

public void setOrganization(Organization organization)

getOrganizationId

public java.lang.Integer getOrganizationId()

setOrganizationId

public void setOrganizationId(java.lang.Integer organizationId)

getLicenseType

public java.lang.String getLicenseType()

setLicenseType

public void setLicenseType(java.lang.String licenseType)

getXmlToString

public java.lang.String getXmlToString()


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