com.ibm.jarm.api.core

Interface RecordType

    • Method Detail

      • getRecordTypeName

        java.lang.String getRecordTypeName()
        Returns the RecordTypeName property value.
        Returns:
        A string value. This entry can be null.
      • setRecordTypeName

        void setRecordTypeName(java.lang.String name)
        Sets the RecordTypeName property value.

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

        Parameters:
        name - A String value. This entry cannot be null or blank.
      • 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 or blank.
      • getAssociatedRecords

        PageableSet<Record> getAssociatedRecords()
        Returns a collection of Record instances that are associated with this RecordType.
        Returns:
        a collection of Record instances.

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