com.ibm.websphere.wim.common

Class RepositoryProperty

  • java.lang.Object
    • com.ibm.websphere.wim.common.RepositoryProperty


  • public class RepositoryProperty
    extends java.lang.Object
    • Constructor Detail

      • RepositoryProperty

        public RepositoryProperty()
    • Method Detail

      • getApplicableEntityTypes

        public java.util.Set getApplicableEntityTypes()
        Return:
        Returns the applicableMemberTypes.
      • setApplicableEntityTypes

        public void setApplicableEntityTypes(java.util.Set applicableMemberTypes)
        Parameters:
        applicableMemberTypes - The applicableMemberTypes to set.
      • isCaseSensitive

        public boolean isCaseSensitive()
        Return:
        Returns the caseSensitive.
      • setCaseSensitive

        public void setCaseSensitive(boolean caseSensitive)
        Parameters:
        caseSensitive - The caseSensitive to set.
      • getDataType

        public java.lang.String getDataType()
        Return:
        Returns the dataType.
      • setDataType

        public void setDataType(java.lang.String dataType)
        Parameters:
        dataType - The dataType to set.
      • isMultipleValued

        public boolean isMultipleValued()
        Return:
        Returns the multipleValued.
      • setMultipleValued

        public void setMultipleValued(boolean multipleValued)
        Parameters:
        multipleValued - The multipleValued to set.
      • getName

        public java.lang.String getName()
        Return:
        Returns the name.
      • setName

        public void setName(java.lang.String name)
        Parameters:
        name - The name to set.
      • getPluginName

        public java.lang.String getPluginName()
        Return:
        Returns the pluginName.
      • setPluginName

        public void setPluginName(java.lang.String pluginName)
        Parameters:
        pluginName - The pluginName to set.
      • isReadOnly

        public boolean isReadOnly()
        Return:
        Returns the readOnly.
      • setReadOnly

        public void setReadOnly(boolean readOnly)
        Parameters:
        readOnly - The readOnly to set.
      • getRequiredEntityTypes

        public java.util.Set getRequiredEntityTypes()
        Return:
        Returns the requiredMemberTypes.
      • setRequiredEntityTypes

        public void setRequiredEntityTypes(java.util.Set requiredMemberTypes)
        Parameters:
        requiredMemberTypes - The requiredMemberTypes to set.
      • getValueLength

        public int getValueLength()
        Return:
        Returns the valueLength.
      • setValueLength

        public void setValueLength(int valueLength)
        Parameters:
        valueLength - The valueLength to set.