com.jamasoftware.contour.domain
Class User_JobSchedule

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

@Entity
public class User_JobSchedule
extends DomainObjectSupport

Job schedule for user notification.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
User_JobSchedule()
           
 
Method Summary
 java.lang.Integer getId()
           
 JobSchedule getJob()
           
 java.util.Date getLastGenerated()
           
 java.lang.Integer getOrganizationId()
           
 User getUser()
           
 java.lang.String getXmlToString()
           
 void setId(java.lang.Integer id)
           
 void setJob(JobSchedule job)
           
 void setLastGenerated(java.util.Date lastGenerated)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setUser(User user)
           
 
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_JobSchedule

public User_JobSchedule()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getLastGenerated

public java.util.Date getLastGenerated()

setLastGenerated

public void setLastGenerated(java.util.Date lastGenerated)

getJob

public JobSchedule getJob()

setJob

public void setJob(JobSchedule job)

getUser

public User getUser()

setUser

public void setUser(User user)

getOrganizationId

public java.lang.Integer getOrganizationId()

setOrganizationId

public void setOrganizationId(java.lang.Integer organizationId)

getXmlToString

public java.lang.String getXmlToString()


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