Class ExampleDomainObject


  • public class ExampleDomainObject
    extends Object
    • Constructor Detail

      • ExampleDomainObject

        public ExampleDomainObject()
      • ExampleDomainObject

        public ExampleDomainObject​(String type,
                                   Object... ids)
    • Method Detail

      • getIds

        public Object[] getIds()
      • setIds

        public void setIds​(Object... ids)
      • getType

        public String getType()
      • setType

        public void setType​(String type)