Weaver 3.1.0a1-D1

com.oldlight.weaver.admin.beans
Class VersioningBean.ManifestInfo

java.lang.Object
  extended bycom.oldlight.weaver.admin.beans.VersioningBean.ManifestInfo
Enclosing class:
VersioningBean

public class VersioningBean.ManifestInfo
extends Object


Field Summary
private  String implementationTitle
           
private  String implementationVendor
           
private  String implementationVersion
           
private  long lastModifiedTime
           
private  long size
           
private  String specificationTitle
           
private  String specificationVendor
           
private  String specificationVersion
           
 
Constructor Summary
private VersioningBean.ManifestInfo(String specificationTitle, String specificationVendor, String specificationVersion, String implementationTitle, String implementationVendor, String implementationVersion, long lastModifiedTime, long size)
           
 
Method Summary
 String getImplementationTitle()
           
 String getImplementationVendor()
           
 String getImplementationVersion()
           
 Date getLastModifiedTime()
           
 long getSize()
           
 String getSpecificationTitle()
           
 String getSpecificationVendor()
           
 String getSpecificationVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

VersioningBean.ManifestInfo

private VersioningBean.ManifestInfo(String specificationTitle,
                                    String specificationVendor,
                                    String specificationVersion,
                                    String implementationTitle,
                                    String implementationVendor,
                                    String implementationVersion,
                                    long lastModifiedTime,
                                    long size)
Method Detail

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()

Copyright ©Paul Harvey