com.ibm.jarm.api.core

Interface Location

    • Method Detail

      • getLocationName

        java.lang.String getLocationName()
        Returns the LocationName property value.
        Returns:
        A String value.
      • setLocationName

        void setLocationName(java.lang.String locationName)
        Sets the LocationName property value.

        This name value must be unique relative to all other locations defined on the same file plan repository. Validation of such name uniqueness does not occur until the save is called.

        Parameters:
        locationName - a String value. Cannot be null.
      • getDescription

        java.lang.String getDescription()
        Returns the RMEntityDescription property value.
        Returns:
        A String value. This entry can be null.
      • setDescription

        void setDescription(java.lang.String value)
        Sets the RMEntityDescription property value.
        Parameters:
        value - a String value. This entry can be null.
      • getBarcode

        java.lang.String getBarcode()
        Returns the BarcodeID property value.
        Returns:
        A String value. This entry can be null.
      • setBarcode

        void setBarcode(java.lang.String value)
        Sets the BarcodeId property value.
        Parameters:
        value - a String value. This entry can be null.
      • getReviewer

        java.lang.String getReviewer()
        Returns the Reviewer property value.
        Returns:
        A String value. This entry can be null.
      • setReviewer

        void setReviewer(java.lang.String value)
        Sets the Reviewer property value.
        Parameters:
        value - a String value. This entry can be null.

© Copyright IBM Corp. 2010, 2013. All Rights Reserved.