Class GetReplaceList.ReplaceListItem

  • Enclosing class:
    GetReplaceList

    public static class GetReplaceList.ReplaceListItem
    extends java.lang.Object
    Represents an item in the replace list.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContentId()
      Return Content's ID.
      java.lang.String getFolder()
      Return Object's folder path.
      java.lang.String getId()
      Return Object's Id.
      java.lang.String getLnr()
      Returns the usage number, if the item is used in a parent object
      java.lang.String getModifiedDate()
      Returns modified date.
      java.lang.String getName()
      Return Object's Name.
      java.lang.String getOpen()
      Returns who has opened the object currently.
      boolean getReplaceItemActive()
      Method to get the status of item whether it can be replaceable or not.
      java.lang.String getReplaceTypeId()
      Returns a unique replace-type as id of the item to be replaced.
      java.lang.String getTitle()
      Returns the title of the object.
      java.lang.String getType()
      Return Object's Type.
      java.lang.String getUse()
      Returns where the object is used.
      void setReplaceItemActive​(int value)
      Set the replace Item active which will be considered while replacing.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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 java.lang.String getId()
        Return Object's Id.
        Returns:
        Object's Id.
      • getName

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

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

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

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

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

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

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

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

        public java.lang.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 java.lang.String getLnr()
        Returns the usage number, if the item is used in a parent object
        Returns:
        A String representing the item usage number