com.projectdarkstar.tools.dtc.domain
Class LogFile
java.lang.Object
com.projectdarkstar.tools.dtc.domain.LogFile
- All Implemented Interfaces:
- Serializable
public class LogFile
- extends Object
- implements Serializable
Represents a log file
- See Also:
- Serialized Form
LogFile
public LogFile()
LogFile
public LogFile(String log)
getId
public Long getId()
- Returns the id of the entity in persistent storage
- Returns:
- id of the entity
setId
public void setId(Long id)
getVersionNumber
public Long getVersionNumber()
- Returns the version number in the data store that this entity represents.
Whenever an update to an object is pushed to the persistent data
store, the version number is incremented.
- Returns:
- version number of the entity
setVersionNumber
public void setVersionNumber(Long versionNumber)
getLog
public String getLog()
setLog
public void setLog(String log)
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2013. All Rights Reserved.