public interface ContentVersionType
The following features are supported:
ContentPackage.getContentVersionType()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComment()
Returns the value of the 'Comment' attribute.
|
ContentVersionIdentifierType |
getContentVersionIdentifier()
Returns the value of the 'Content Version Identifier' containment reference.
|
java.lang.Object |
getCreateTime()
Returns the value of the 'Create Time' attribute.
|
PersonIdentifierType |
getUser()
Returns the value of the 'User' containment reference.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
java.lang.String |
getVersionName()
Returns the value of the 'Version Name' attribute.
|
boolean |
isActiveInCurrentSession()
Returns the value of the 'Active In Current Session' attribute.
|
boolean |
isActiveInProductionServer()
Returns the value of the 'Active In Production Server' attribute.
|
boolean |
isSetActiveInCurrentSession()
Returns whether the value of the '
Active In Current Session ' attribute is set. |
boolean |
isSetActiveInProductionServer()
Returns whether the value of the '
Active In Production Server ' attribute is set. |
void |
setActiveInCurrentSession(boolean value)
Sets the value of the '
Active In Current Session ' attribute. |
void |
setActiveInProductionServer(boolean value)
Sets the value of the '
Active In Production Server ' attribute. |
void |
setComment(java.lang.String value)
Sets the value of the '
Comment ' attribute. |
void |
setContentVersionIdentifier(ContentVersionIdentifierType value)
Sets the value of the '
Content Version Identifier ' containment reference. |
void |
setCreateTime(java.lang.Object value)
Sets the value of the '
Create Time ' attribute. |
void |
setUser(PersonIdentifierType value)
Sets the value of the '
User ' containment reference. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
void |
setVersionName(java.lang.String value)
Sets the value of the '
Version Name ' attribute. |
void |
unsetActiveInCurrentSession()
Unsets the value of the '
Active In Current Session ' attribute. |
void |
unsetActiveInProductionServer()
Unsets the value of the '
Active In Production Server ' attribute. |
ContentVersionIdentifierType getContentVersionIdentifier()
setContentVersionIdentifier(ContentVersionIdentifierType)
,
ContentPackage.getContentVersionType_ContentVersionIdentifier()
void setContentVersionIdentifier(ContentVersionIdentifierType value)
Content Version Identifier
' containment reference.
value
- the new value of the 'Content Version Identifier' containment reference.getContentVersionIdentifier()
java.lang.String getVersionName()
setVersionName(String)
,
ContentPackage.getContentVersionType_VersionName()
void setVersionName(java.lang.String value)
Version Name
' attribute.
value
- the new value of the 'Version Name' attribute.getVersionName()
java.lang.String getComment()
setComment(String)
,
ContentPackage.getContentVersionType_Comment()
void setComment(java.lang.String value)
Comment
' attribute.
value
- the new value of the 'Comment' attribute.getComment()
PersonIdentifierType getUser()
setUser(PersonIdentifierType)
,
ContentPackage.getContentVersionType_User()
void setUser(PersonIdentifierType value)
User
' containment reference.
value
- the new value of the 'User' containment reference.getUser()
boolean isActiveInProductionServer()
isSetActiveInProductionServer()
,
unsetActiveInProductionServer()
,
setActiveInProductionServer(boolean)
,
ContentPackage.getContentVersionType_ActiveInProductionServer()
void setActiveInProductionServer(boolean value)
Active In Production Server
' attribute.
value
- the new value of the 'Active In Production Server' attribute.isSetActiveInProductionServer()
,
unsetActiveInProductionServer()
,
isActiveInProductionServer()
void unsetActiveInProductionServer()
Active In Production Server
' attribute.
boolean isSetActiveInProductionServer()
Active In Production Server
' attribute is set.
unsetActiveInProductionServer()
,
isActiveInProductionServer()
,
setActiveInProductionServer(boolean)
boolean isActiveInCurrentSession()
isSetActiveInCurrentSession()
,
unsetActiveInCurrentSession()
,
setActiveInCurrentSession(boolean)
,
ContentPackage.getContentVersionType_ActiveInCurrentSession()
void setActiveInCurrentSession(boolean value)
Active In Current Session
' attribute.
value
- the new value of the 'Active In Current Session' attribute.isSetActiveInCurrentSession()
,
unsetActiveInCurrentSession()
,
isActiveInCurrentSession()
void unsetActiveInCurrentSession()
Active In Current Session
' attribute.
boolean isSetActiveInCurrentSession()
Active In Current Session
' attribute is set.
unsetActiveInCurrentSession()
,
isActiveInCurrentSession()
,
setActiveInCurrentSession(boolean)
java.lang.Object getCreateTime()
setCreateTime(Object)
,
ContentPackage.getContentVersionType_CreateTime()
void setCreateTime(java.lang.Object value)
Create Time
' attribute.
value
- the new value of the 'Create Time' attribute.getCreateTime()
UserDataType getUserData()
setUserData(UserDataType)
,
ContentPackage.getContentVersionType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()