Class ExternalDatabaseValueObject
java.lang.Object
ubic.gemma.model.common.IdentifiableValueObject<ExternalDatabase>
ubic.gemma.model.common.description.ExternalDatabaseValueObject
- All Implemented Interfaces:
Serializable,Comparable<ExternalDatabaseValueObject>,Versioned,Identifiable
public class ExternalDatabaseValueObject
extends IdentifiableValueObject<ExternalDatabase>
implements Comparable<ExternalDatabaseValueObject>, Versioned
- Author:
- Paul
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanintcompareTo(ExternalDatabaseValueObject externalDatabaseValueObject) booleanThe last updated date, if known.getName()External URL to the release, if applicable.The version of the release, if applicable.getUri()inthashCode()booleanvoidsetChecked(boolean checked) voidsetDescription(String description) voidsetExternalDatabases(Set<ExternalDatabaseValueObject> externalDatabases) voidsetLastUpdated(Date lastUpdated) voidvoidsetReleaseUrl(URL releaseUrl) voidsetReleaseVersion(String releaseVersion) voidtoString()Methods inherited from class ubic.gemma.model.common.IdentifiableValueObject
getId, setId
-
Constructor Details
-
ExternalDatabaseValueObject
public ExternalDatabaseValueObject() -
ExternalDatabaseValueObject
-
ExternalDatabaseValueObject
-
-
Method Details
-
fromEntity
-
compareTo
- Specified by:
compareToin interfaceComparable<ExternalDatabaseValueObject>
-
getName
-
getDescription
-
getUri
-
getReleaseVersion
Description copied from interface:VersionedThe version of the release, if applicable.- Specified by:
getReleaseVersionin interfaceVersioned
-
getReleaseUrl
Description copied from interface:VersionedExternal URL to the release, if applicable.- Specified by:
getReleaseUrlin interfaceVersioned
-
getLastUpdated
Description copied from interface:VersionedThe last updated date, if known.- Specified by:
getLastUpdatedin interfaceVersioned
-
getExternalDatabases
-
isChecked
public boolean isChecked() -
setName
-
setDescription
-
setUri
-
setReleaseVersion
-
setReleaseUrl
-
setLastUpdated
-
setExternalDatabases
-
setChecked
public void setChecked(boolean checked) -
toString
- Overrides:
toStringin classIdentifiableValueObject<ExternalDatabase>
-
equals
- Overrides:
equalsin classIdentifiableValueObject<ExternalDatabase>
-
canEqual
- Overrides:
canEqualin classIdentifiableValueObject<ExternalDatabase>
-
hashCode
public int hashCode()- Overrides:
hashCodein classIdentifiableValueObject<ExternalDatabase>
-