com.arsdigita.mimetypes.converters
Class PostConvertHTML
java.lang.Object
com.arsdigita.domain.DomainObject
com.arsdigita.mimetypes.converters.PostConvertHTML
- public class PostConvertHTML
- extends DomainObject
The PostConvertHTML class represents a single row
in the post_convert_html table. It is read from after
converting a document to html using the INSO filtering
supplied with Oracle Intermedia.
- Version:
- 1.0
- Author:
- Jeff Teeters
Methods inherited from class com.arsdigita.domain.DomainObject |
add, add, addToAssociation, afterDelete, afterSave, beforeDelete, beforeSave, clear, delete, disconnect, equals, get, getObjectType, getOID, getSession, hashCode, initialize, isDeleted, isDisconnected, isModified, isNew, isPropertyModified, isValid, remove, remove, remove, removeFromAssociation, save, set, setAssociation, setAssociation, specializeDataObject, specializeDataObject, toString |
versionId
public static final String versionId
- See Also:
- Constant Field Values
BASE_DATA_OBJECT_TYPE
public static final String BASE_DATA_OBJECT_TYPE
- See Also:
- Constant Field Values
PostConvertHTML
public PostConvertHTML()
throws DataObjectNotFoundException
- Default constructor. The contained
DataObject
is
initialized with a new DataObject
with an
ObjectType
of "PostConvertHTML".
PostConvertHTML
public PostConvertHTML(OID oid)
throws DataObjectNotFoundException
- Constructor. The contained
DataObject
is retrieved
from the persistent storage mechanism with an OID
specified by oid.
- Parameters:
oid
- The OID
for the retrieved
DataObject
.
getBaseDataObjectType
protected String getBaseDataObjectType()
- Description copied from class:
DomainObject
- Returns the base data object type for this domain object class.
Intended to be overrided by subclasses whenever the subclass will
only work if their primary data object is of a certain base type.
- Overrides:
getBaseDataObjectType
in class DomainObject
- Returns:
- The fully qualified name ("modelName.typeName") of the base
data object type for this domain object class,
or null if there is no restriction on the data object type for
the primary data object encapsulated by this class.
setId
public void setId(BigDecimal id)
setContent
public void setContent(String content)
getId
public BigDecimal getId()
getContent
public String getContent()
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC