Class ValueDomain

java.lang.Object
com.imc.iss.groovy.valueDomain.ValueDomain

public class ValueDomain extends Object
This is a class representing an ValueDomain for use by groovy scripts.
  • Constructor Details

    • ValueDomain

      public ValueDomain()
    • ValueDomain

      public ValueDomain(String id, String uri, String objectName, int sequenceID, String symbolicValueThumbnail, String label, String comment, Object richTextDescription, String additionalInfo)
  • Method Details

    • getAdditionalInfo

      public String getAdditionalInfo()
      To get the AdditionalInfo of a value domain for the attribute.
      Returns:
      The AdditionalInfo of the value domain as Object.
    • getComment

      public String getComment()
      To get the Comment of a value domain for the attribute.
      Returns:
      The Comment of the value domain as String.
    • getId

      public String getId()
      To get the ID of a value domain for the attribute.
      Returns:
      The ID of the value domain as String.
    • getLabel

      public String getLabel()
      To get the Label of a value domain for the attribute.
      Returns:
      The Label of the value domain as String.
    • getObjectName

      public String getObjectName()
      To get the ObjectName of a value domain for the attribute.
      Returns:
      The ObjectName of the value domain as String.
    • getRichTextDescription

      public Object getRichTextDescription()
      To get the RichTextDescription of a value domain for the attribute.
      Returns:
      The RichTextDescription of the value domain as Object.
    • getSequenceID

      public int getSequenceID()
      To get the SequenceID of a value domain for the attribute.
      Returns:
      The SequenceID of the value domain as int.
    • getSymbolicValueThumbnail

      public String getSymbolicValueThumbnail()
      To get the SymbolicValueThumbnail of a value domain for the attribute.
      Returns:
      The SymbolicValueThumbnail of the value domain as String.
    • getUri

      public String getUri()
      To get the Uri of a value domain for the attribute.
      Returns:
      The Uri of the value domain as String.
    • setAdditionalInfo

      public void setAdditionalInfo(String additionalInfo)
      sets the AdditionalInfo for the value domain attribute
      Parameters:
      additionalInfo - as Object. The additionalInfo will set the value domain attribute.