|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.p13n.content.document.ref.DefaultDocumentMetadata
A concreate implementation of DocumentMetadata.
Field Summary | |
protected Map |
attributes
Deprecated. The map of attribute name to attribute value. |
protected String |
author
Deprecated. The document author. |
protected String |
comments
Deprecated. The document comments. |
protected Timestamp |
creationDate
Deprecated. The document creation date. |
protected String |
description
Deprecated. The document description. |
protected String |
id
Deprecated. The document id. |
protected String |
lastModifiedBy
Deprecated. The document last modified by. |
protected Timestamp |
lastModifiedDate
Deprecated. The document last modified date. |
protected String |
lockedBy
Deprecated. The document locked by. |
protected String |
mimeType
Deprecated. The document mime type. |
protected String |
name
Deprecated. The document name. |
protected long |
size
Deprecated. The document size. |
protected int |
version
Deprecated. The document version. |
Constructor Summary | |
DefaultDocumentMetadata()
Deprecated. Constructor. |
|
DefaultDocumentMetadata(String id)
Deprecated. Constructor. |
|
DefaultDocumentMetadata(String id,
String name)
Deprecated. Constructor. |
|
DefaultDocumentMetadata(String id,
String name,
String mimeType)
Deprecated. Constructor. |
Method Summary | |
Object |
getAttribute(String name)
Deprecated. Get the named attribute. |
Collection |
getAttributeNames()
Deprecated. Return the collection of the attribute names. |
Map |
getAttributes()
Deprecated. Get the map of attribute names to attribute values. |
String |
getAuthor()
Deprecated. Get the document author. |
String |
getComments()
Deprecated. Get the document comments. |
Timestamp |
getCreationDate()
Deprecated. Get the document creation date. |
String |
getDescription()
Deprecated. Get the document description. |
String |
getID()
Deprecated. Get the document id. |
String |
getLastModifiedBy()
Deprecated. Get the document last modified by. |
Timestamp |
getLastModifiedDate()
Deprecated. Get the last modified date. |
String |
getLockedBy()
Deprecated. Get the document locked by. |
String |
getMimeType()
Deprecated. Get the mime type. |
String |
getName()
Deprecated. Get the document name. |
long |
getSize()
Deprecated. Get the document size. |
int |
getVersion()
Deprecated. Get the document version. |
void |
setAuthor(String author)
Deprecated. Set the document author. |
void |
setComments(String comments)
Deprecated. Set the document comments. |
void |
setCreationDate(Timestamp date)
Deprecated. Set the document creation date. |
void |
setDescription(String description)
Deprecated. Set the document description. |
void |
setID(String id)
Deprecated. Set the document id. |
void |
setLastModifiedBy(String lastModifiedBy)
Deprecated. Set the document last modified by. |
void |
setLastModifiedDate(Timestamp date)
Deprecated. Set the last modified date. |
void |
setLockedBy(String lockedBy)
Deprecated. Set the document locked by. |
void |
setMimeType(String mimeType)
Deprecated. Set the mime type. |
void |
setName(String name)
Deprecated. Set the document name. |
void |
setSize(long size)
Deprecated. Set the document size. |
void |
setVersion(int version)
Deprecated. Set the document version. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected String id
protected String name
protected int version
protected String lockedBy
protected long size
protected String author
protected Timestamp creationDate
protected String lastModifiedBy
protected Timestamp lastModifiedDate
protected String description
protected String comments
protected String mimeType
protected Map attributes
Constructor Detail |
public DefaultDocumentMetadata(String id, String name, String mimeType)
public DefaultDocumentMetadata(String id, String name)
public DefaultDocumentMetadata(String id)
public DefaultDocumentMetadata()
Method Detail |
public Map getAttributes()
public Object getAttribute(String name)
getAttribute
in interface DocumentMetadataDef
name
- the name of the attribute.
public Collection getAttributeNames()
getAttributeNames
in interface DocumentMetadataDef
public String getID()
getID
in interface DocumentMetadataDef
public void setID(String id)
public String getName()
getName
in interface DocumentMetadataDef
public void setName(String name)
public int getVersion()
getVersion
in interface DocumentMetadataDef
public void setVersion(int version)
public String getLockedBy()
getLockedBy
in interface DocumentMetadataDef
public void setLockedBy(String lockedBy)
public long getSize()
getSize
in interface DocumentMetadataDef
public void setSize(long size)
public String getAuthor()
getAuthor
in interface DocumentMetadataDef
public void setAuthor(String author)
public Timestamp getCreationDate()
getCreationDate
in interface DocumentMetadataDef
public void setCreationDate(Timestamp date)
public String getLastModifiedBy()
getLastModifiedBy
in interface DocumentMetadataDef
public void setLastModifiedBy(String lastModifiedBy)
public Timestamp getLastModifiedDate()
getLastModifiedDate
in interface DocumentMetadataDef
public void setLastModifiedDate(Timestamp date)
public String getDescription()
getDescription
in interface DocumentMetadataDef
public void setDescription(String description)
public String getComments()
getComments
in interface DocumentMetadataDef
public void setComments(String comments)
public String getMimeType()
getMimeType
in interface DocumentMetadataDef
public void setMimeType(String mimeType)
|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |