Class ProcessTypeAttribute

java.lang.Object
com.genologics.ri.processtype.ProcessTypeAttribute
All Implemented Interfaces:
Serializable

public class ProcessTypeAttribute extends Object implements Serializable
Process-type-attributes is a child element of process type containing key/value pairs for setting specific attributes that can be set for process types. This information contains internally used parameters that will change. These parameters are suitable for use when copying process types, but should not be manipulated.
See Also:
  • Field Details

    • value

      protected String value
    • name

      protected String name
  • Constructor Details

    • ProcessTypeAttribute

      public ProcessTypeAttribute()
    • ProcessTypeAttribute

      public ProcessTypeAttribute(String name)
    • ProcessTypeAttribute

      public ProcessTypeAttribute(String name, String value)
  • Method Details

    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getName

      public String getName()
    • setName

      public void setName(String name)