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