Class GetReplaceList.ReplaceListItem

java.lang.Object
com.uc4.communication.requests.GetReplaceList.ReplaceListItem
Enclosing class:
GetReplaceList

public static class GetReplaceList.ReplaceListItem extends Object
Represents an item in the replace list.
  • 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

      public String getId()
      Return Object's Id.
      Returns:
      Object's Id.
    • getName

      public String getName()
      Return Object's Name.
      Returns:
      Object's Name.
    • getType

      public String getType()
      Return Object's Type.
      Returns:
      Object's Type.
    • getContentId

      public String getContentId()
      Return Content's ID.
      Returns:
      Content's ID.
    • getFolder

      public String getFolder()
      Return Object's folder path.
      Returns:
      Object's folder path.
    • getModifiedDate

      public String getModifiedDate()
      Returns modified date.
      Returns:
      Modified date.
    • getUse

      public String getUse()
      Returns where the object is used.
      Returns:
      Where the object is used.
    • getOpen

      public String getOpen()
      Returns who has opened the object currently.
      Returns:
      Who has opened the object currently.
    • getTitle

      public String getTitle()
      Returns the title of the object.
      Returns:
      The title of the object.
    • getReplaceTypeId

      public String getReplaceTypeId()
      Returns a unique replace-type as id of the item to be replaced.
      Returns:
      A String representing the unique replace-type id.
    • getLnr

      public String getLnr()
      Returns the usage number, if the item is used in a parent object
      Returns:
      A String representing the item usage number