|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.apelon.dts.client.common.DTSObject com.apelon.dts.client.namespace.ContentVersion
public class ContentVersion
Specifies the version of a terminology in a namespace.
Copyright: Copyright (c) 2003
Company: Apelon, Inc.
Constructor Summary | |
---|---|
ContentVersion(String name,
int id,
String code,
int namespaceId,
Date releaseDate)
Constructs a new ContentVersion of the given name and release
date. |
Method Summary | |
---|---|
Date |
getReleaseDate()
Retrieves the ContentVersion's release date. |
String |
toString()
returns description of content version |
Methods inherited from class com.apelon.dts.client.common.DTSObject |
---|
equals, getCode, getId, getName, getNamespaceId, hashCode, setCode, setId, setName, setNamespaceId |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ContentVersion(String name, int id, String code, int namespaceId, Date releaseDate)
ContentVersion
of the given name and release
date.
name
- the ContentVersion's nameid
- the ContentVersion's IDcode
- the ContentVersion's codenamespaceId
- the ID of the ContentVersion's namespacereleaseDate
- the ContentVersion's release dateMethod Detail |
---|
public Date getReleaseDate()
public String toString()
toString
in class DTSObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |