org.gnomekr.potron.data
Class EntryLog
java.lang.Object
org.gnomekr.potron.data.EntryLog
- All Implemented Interfaces:
- Serializable
public class EntryLog
- extends Object
- implements Serializable
EntryLog.java
- Version:
- $Revision 1.1 $ $Date: 2005/07/21 10:04:42 $
- Author:
- Xavier Cho
- See Also:
- Serialized Form
EntryLog
public EntryLog()
EntryLog
public EntryLog(TranslatedEntry entry)
- Parameters:
entry
-
getId
public long getId()
- Returns:
- Returns the id.
getTranslation
public String getTranslation()
- Returns:
- Returns the translation.
getTranslator
public User getTranslator()
- Returns:
- Returns the translator.
getModifiedDate
public Date getModifiedDate()
- Returns:
- Returns the modifiedDate.
setId
public void setId(long id)
- Parameters:
id
- The id to set.
setModifiedDate
public void setModifiedDate(Date modifiedDate)
- Parameters:
modifiedDate
- The modifiedDate to set.
setTranslation
public void setTranslation(String translation)
- Parameters:
translation
- The translation to set.
setTranslator
public void setTranslator(User translator)
- Parameters:
translator
- The translator to set.
equals
public boolean equals(Object object)
- Overrides:
equals
in class Object
- See Also:
Object.equals(java.lang.Object)
toString
public String toString()
- Overrides:
toString
in class Object
- See Also:
Object.toString()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
- See Also:
Object.hashCode()
Copyright © 2000-2005 Gnome Korea. All Rights Reserved.