com.redhat.rhn.domain.rhnpackage
Class ChangeLogEntry
java.lang.Object
com.redhat.rhn.domain.BaseDomainHelper
com.redhat.rhn.domain.rhnpackage.ChangeLogEntry
- All Implemented Interfaces:
- java.io.Serializable
public class ChangeLogEntry
- extends BaseDomainHelper
- implements java.io.Serializable
ChangeLogEntry
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ChangeLogEntry
public ChangeLogEntry()
getName
public java.lang.String getName()
- Returns:
- Returns the name of the author
setName
public void setName(java.lang.String nameIn)
- Parameters:
nameIn - The name of the author to set
getRhnPackage
public Package getRhnPackage()
- Returns:
- Returns the rhnPackage
setRhnPackage
public void setRhnPackage(Package rhnPackageIn)
- Parameters:
rhnPackageIn - The package to set
getText
public java.lang.String getText()
- Returns:
- Returns the text of the change log entry
setText
public void setText(java.lang.String textIn)
- Parameters:
textIn - the text to set.
getTime
public java.util.Date getTime()
- Returns:
- Returns the time for the change log entry
setTime
public void setTime(java.util.Date timeIn)
- Parameters:
timeIn - The time to set
equals
public boolean equals(java.lang.Object other)
-
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
-
- Overrides:
hashCode in class java.lang.Object