com.jamasoftware.contour.domain
Class User_Organization
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.DomainObjectSupport
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
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
User_Organization
public User_Organization()
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.