com.oldlight.weaver.admin.beans
Class VersioningBean.ManifestInfo
java.lang.Object
com.oldlight.weaver.admin.beans.VersioningBean.ManifestInfo
- Enclosing class:
- VersioningBean
- public class VersioningBean.ManifestInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
specificationTitle
private String specificationTitle
specificationVendor
private String specificationVendor
specificationVersion
private String specificationVersion
implementationTitle
private String implementationTitle
implementationVendor
private String implementationVendor
implementationVersion
private String implementationVersion
lastModifiedTime
private long lastModifiedTime
size
private long size
VersioningBean.ManifestInfo
private VersioningBean.ManifestInfo(String specificationTitle,
String specificationVendor,
String specificationVersion,
String implementationTitle,
String implementationVendor,
String implementationVersion,
long lastModifiedTime,
long size)
getImplementationTitle
public String getImplementationTitle()
getImplementationVendor
public String getImplementationVendor()
getImplementationVersion
public String getImplementationVersion()
getLastModifiedTime
public Date getLastModifiedTime()
getSize
public long getSize()
getSpecificationTitle
public String getSpecificationTitle()
getSpecificationVendor
public String getSpecificationVendor()
getSpecificationVersion
public String getSpecificationVersion()