net.sf.basedb.core.data
Class SoftwareData
java.lang.Object
net.sf.basedb.core.data.BasicData
net.sf.basedb.core.data.OwnedData
net.sf.basedb.core.data.SharedData
net.sf.basedb.core.data.CommonData
net.sf.basedb.core.data.SoftwareData
- All Implemented Interfaces:
- IdentifiableData, NameableData, OwnableData, RegisteredData, RemovableData, ShareableData, SubtypableData
public class SoftwareData
- extends CommonData
- implements RegisteredData, SubtypableData
This class holds information about a software.
- Version:
- 2.0
- Author:
- enell
- See Also:
Software
,
Developer documentation: Protocols, hardware and software- Last modified
- $Date: 2011-10-21 13:15:41 +0200 (Fri, 21 Oct 2011) $
- Hibernate: class
- table="`Software`" lazy="true"
entryDate
private Date entryDate
subtype
private ItemSubtypeData subtype
MAX_VERSIONSTRING_LENGTH
public static final int MAX_VERSIONSTRING_LENGTH
- See Also:
- Constant Field Values
versionString
private String versionString
SoftwareData
public SoftwareData()
getEntryDate
public Date getEntryDate()
- Description copied from interface:
RegisteredData
- Get the date this item was added to the database. The value is
generated at creation time and can't be modified later.
- Specified by:
getEntryDate
in interface RegisteredData
setEntryDate
public void setEntryDate(Date entryDate)
getItemSubtype
public ItemSubtypeData getItemSubtype()
- Description copied from interface:
SubtypableData
- Get the subtype of the item.
- Specified by:
getItemSubtype
in interface SubtypableData
setItemSubtype
public void setItemSubtype(ItemSubtypeData subtype)
- Description copied from interface:
SubtypableData
- Set the subtype of the item.
- Specified by:
setItemSubtype
in interface SubtypableData
getVersionString
public String getVersionString()
- Hibernate: property
- column="`version_string`" type="string" length="255" not-null="false"
setVersionString
public void setVersionString(String versionString)