Class StdCharacteristic


  • public class StdCharacteristic
    extends Object
    Author:
    Niko Siltala
    • Constructor Detail

      • StdCharacteristic

        public StdCharacteristic​(String gid,
                                 String name)
        Constructor for StdCharacteristic
        Parameters:
        gid - Gid of characteristic used in ontology. Full URI
        name - name used as key for this characteristic
    • Method Detail

      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • isRequired

        public boolean isRequired()
        Returns:
        the req
      • setRequired

        public void setRequired​(boolean req)
        Parameters:
        req - the req to set
      • getOperator

        public String getOperator()
        Returns:
        the operator
      • setOperator

        public void setOperator​(String operator)
        Parameters:
        operator - the operator to set
      • getGid

        public String getGid()
        Returns:
        the gid