Class LocatorType

  • All Implemented Interfaces:
    ICodeHolder, java.io.Serializable

    @JsonObject("as.dto.dataset.LocatorType")
    public class LocatorType
    extends java.lang.Object
    implements java.io.Serializable, ICodeHolder
    See Also:
    Serialized Form
    • Constructor Detail

      • LocatorType

        public LocatorType()
    • Method Detail

      • getCode

        public java.lang.String getCode()
        Specified by:
        getCode in interface ICodeHolder
      • setCode

        public void setCode​(java.lang.String code)
      • getDescription

        public java.lang.String getDescription()
      • setDescription

        public void setDescription​(java.lang.String description)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object