Package com.uc4.communication.requests
Class GetReplaceList.ReplaceListItem
java.lang.Object
com.uc4.communication.requests.GetReplaceList.ReplaceListItem
- Enclosing class:
- GetReplaceList
Represents an item in the replace list.
-
Method Summary
Modifier and TypeMethodDescriptionReturn Content's ID.Return Object's folder path.getId()
Return Object's Id.getLnr()
Returns the usage number, if the item is used in a parent objectReturns modified date.getName()
Return Object's Name.getOpen()
Returns who has opened the object currently.boolean
Method to get the status of item whether it can be replaceable or not.Returns a unique replace-type as id of the item to be replaced.getTitle()
Returns the title of the object.getType()
Return Object's Type.getUse()
Returns where the object is used.void
setReplaceItemActive
(int value) Set the replace Item active which will be considered while replacing.
-
Method Details
-
setReplaceItemActive
public void setReplaceItemActive(int value) Set the replace Item active which will be considered while replacing. If it is not set then item won't be replaced.- Parameters:
value
- if value is 1 then changes will be saved. if value is 0 then changes will not be saved.
-
getReplaceItemActive
public boolean getReplaceItemActive()Method to get the status of item whether it can be replaceable or not.- Returns:
- true if item is replaceable false if item is not replaceable.
-
getId
Return Object's Id.- Returns:
- Object's Id.
-
getName
Return Object's Name.- Returns:
- Object's Name.
-
getType
Return Object's Type.- Returns:
- Object's Type.
-
getContentId
Return Content's ID.- Returns:
- Content's ID.
-
getFolder
Return Object's folder path.- Returns:
- Object's folder path.
-
getModifiedDate
Returns modified date.- Returns:
- Modified date.
-
getUse
Returns where the object is used.- Returns:
- Where the object is used.
-
getOpen
Returns who has opened the object currently.- Returns:
- Who has opened the object currently.
-
getTitle
Returns the title of the object.- Returns:
- The title of the object.
-
getReplaceTypeId
Returns a unique replace-type as id of the item to be replaced.- Returns:
- A String representing the unique replace-type id.
-
getLnr
Returns the usage number, if the item is used in a parent object- Returns:
- A String representing the item usage number
-