net.sourceforge.mystique.domain.entity
Class Confirmation
java.lang.Object
net.sourceforge.mystique.domain.entity.Confirmation
public class Confirmation
- extends java.lang.Object
- Author:
- Elias Gomes [eliasgomes@users.sourceforge.net]
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Confirmation
public Confirmation()
isNew
public boolean isNew()
getId
public java.lang.Long getId()
setId
public void setId(java.lang.Long id)
getCreated
public java.util.Date getCreated()
setCreated
public void setCreated(java.util.Date created)
getResponsible
public User getResponsible()
setResponsible
public void setResponsible(User responsible)
getTicket
public Ticket getTicket()
setTicket
public void setTicket(Ticket ticket)
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2010. All Rights Reserved.