AssetInfo

Overview

AssetInfo is a class in Aspose.3D FOSS for Java. Inherits from: A3DObject.

AssetInfo.AssetInfo creates a new AssetInfo instance with default values.

Properties

NameTypeAccessDescription
authorStringReadRepresents the author metadata string
applicationNameStringReadRepresents the name of the creating application
applicationVersionStringReadRepresents the version of the creating application
commentsStringReadRepresents the comments associated with the asset
copyrightStringReadRepresents the copyright notice string
creationDateStringReadRepresents the creation date string
keywordsStringReadRepresents the keywords string for the asset
revisionStringReadRepresents the revision identifier string
subjectStringReadRepresents the subject description string
titleStringReadRepresents the title string of the asset
unitNameStringReadRepresents the name of the measurement unit used
unitScaleFactordoubleReadRepresents the scale factor for the unit as a double

Methods

SignatureDescription
AssetInfo()Creates a new AssetInfo instance with default values
AssetInfo(name: String)
getAuthor()StringReturns the author metadata string
setAuthor(author: String)Sets the author metadata string
getApplicationName()StringReturns the name of the creating application
setApplicationName(applicationName: String)Sets the name of the creating application
getApplicationVersion()StringReturns the version of the creating application
setApplicationVersion(applicationVersion: String)Sets the version of the creating application
getComments()StringReturns the comments associated with the asset
setComments(comments: String)Sets the comments associated with the asset
getCopyright()StringReturns the copyright notice string
setCopyright(copyright: String)Sets the copyright notice string
getCreationDate()StringReturns the creation date string
setCreationDate(creationDate: String)Sets the creation date string
getKeywords()StringReturns the keywords string for the asset
setKeywords(keywords: String)Sets the keywords string for the asset
getRevision()StringReturns the revision identifier string
setRevision(revision: String)Sets the revision identifier string
getSubject()StringReturns the subject description string
setSubject(subject: String)Sets the subject description string
getTitle()StringReturns the title string of the asset
setTitle(title: String)Sets the title string of the asset
getUnitName()StringReturns the name of the measurement unit used
setUnitName(unitName: String)Sets the name of the measurement unit used
getUnitScaleFactor()doubleReturns the scale factor for the unit as a double
setUnitScaleFactor(unitScaleFactor: double)Sets the scale factor for the unit as a double

See Also