Package lumis.content.metadata
Class CommentConfig
- java.lang.Object
-
- lumis.content.metadata.CommentConfig
-
@Deprecated public class CommentConfig extends Object
Deprecated.since 4.2.0, replaced by the entities available inlumis.content.core
.Value class for metadata comments.- Since:
- 4.0.0
- Version:
- $Revision: 9601 $ $Date: 2008-07-18 15:38:17 -0300 (Fri, 18 Jul 2008) $
-
-
Constructor Summary
Constructors Constructor Description CommentConfig()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getComment()
Deprecated.String
getCreatedBy()
Deprecated.Timestamp
getCreatedDateTime()
Deprecated.String
getId()
Deprecated.String
getMetaDataId()
Deprecated.void
setComment(String comment)
Deprecated.void
setCreatedBy(String createdBy)
Deprecated.void
setCreatedDateTime(Timestamp createdDateTime)
Deprecated.void
setId(String id)
Deprecated.void
setMetaDataId(String metaDataId)
Deprecated.
-
-
-
Method Detail
-
getId
public String getId()
Deprecated.
-
setId
public void setId(String id)
Deprecated.
-
getMetaDataId
public String getMetaDataId()
Deprecated.
-
setMetaDataId
public void setMetaDataId(String metaDataId)
Deprecated.
-
getCreatedBy
public String getCreatedBy()
Deprecated.
-
setCreatedBy
public void setCreatedBy(String createdBy)
Deprecated.
-
getCreatedDateTime
public Timestamp getCreatedDateTime()
Deprecated.
-
setCreatedDateTime
public void setCreatedDateTime(Timestamp createdDateTime)
Deprecated.
-
getComment
public String getComment()
Deprecated.
-
setComment
public void setComment(String comment)
Deprecated.
-
-