Package org.bidib.jbidib.decoder.json
Class Metadata
java.lang.Object
org.bidib.jbidib.decoder.json.Metadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanTODOgetImage()inthashCode()voidvoidsetCreatedBy(String createdBy) voidsetCreatorLink(String creatorLink) voidsetDecoderDBLink(String decoderDBLink) TODOvoidsetDescription(List<Description> description) voidvoidsetLastUpdate(String lastUpdate) voidsetProducedFrom(String producedFrom) voidsetSpecifications(String specifications) voidsetVersion(Version version) toString()withAuthor(String author) withCreatedBy(String createdBy) withCreatorLink(String creatorLink) withDecoderDBLink(String decoderDBLink) withDescription(List<Description> description) withLastUpdate(String lastUpdate) withProducedFrom(String producedFrom) withSpecifications(String specifications) withVersion(Version version)
-
Constructor Details
-
Metadata
public Metadata()No args constructor for use in serialization -
Metadata
public Metadata(List<Description> description, Version version, String createdBy, String creatorLink, String author, String producedFrom, String lastUpdate, String decoderDBLink, String specifications, String image) - Parameters:
decoderDBLink- TODO.
-
-
Method Details
-
getDescription
-
setDescription
-
withDescription
-
getVersion
-
setVersion
-
withVersion
-
getCreatedBy
-
setCreatedBy
-
withCreatedBy
-
getCreatorLink
-
setCreatorLink
-
withCreatorLink
-
getAuthor
-
setAuthor
-
withAuthor
-
getProducedFrom
-
setProducedFrom
-
withProducedFrom
-
getLastUpdate
-
setLastUpdate
-
withLastUpdate
-
getDecoderDBLink
TODO -
setDecoderDBLink
TODO -
withDecoderDBLink
-
getSpecifications
-
setSpecifications
-
withSpecifications
-
getImage
-
setImage
-
withImage
-
toString
-
hashCode
public int hashCode() -
equals
-