Interface AccessRightsPoss1

All Superinterfaces:
AccessRightsInformation, InformationObject

public interface AccessRightsPoss1
extends AccessRightsInformation
This is a simple way to provide interfaces methods for AccessRightsInformation. It has the encoding for the rights e.g. the Rights language, as well as the text which holds the rights.
Since:
06-Sep-2021 15:59:45
Version:
1.0
Author:
David
  • Method Details

    • getRightsEncodingPoss1

      String getRightsEncodingPoss1()
      Method to get the RightsEncoding.
      Returns:
      The RightsEncoding of the AccessRights.
    • getRightsTextPoss1

      String getRightsTextPoss1()
      Method to get the RightsTextPoss1.
      Returns:
      The RightsText.
    • setRightsEncodingInt1

      void setRightsEncodingInt1​(String rightsEncoding)
      Set the RightsEncodingPoss1.
      Parameters:
      rightsEncoding - The RightsEncodingPoss1
    • setRightsTextPoss1

      void setRightsTextPoss1​(String rightsText)
      Set the RightsTextInt1.
      Parameters:
      rightsText - The RightsTextInt1.