com.acsinet_solutions.cetia4.test.data
Class Detail
java.lang.Object
com.acsinet_solutions.cetia4.test.data.Detail
- All Implemented Interfaces:
- java.io.Serializable
public final class Detail
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Santiago Arriaga
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Detail
public Detail()
getNumber
public int getNumber()
setNumber
public void setNumber(int number)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
addNote
public void addNote(Note note)
removeNote
public void removeNote(Note note)
getNotes
public java.util.List getNotes()
getNote
public Note getNote(int i)
getReferences
public java.util.Set getReferences()