Class State


  • @Entity
    public class State
    extends Object
    This class provides an example one/parent entity in a many-to-one, uni-directional relationship. For that reason -- this class will not have any reference to the many entities that may possibly reference it. These many/child objects must be obtained through the entity manager using a find or query.
    • Constructor Detail

      • State

        protected State()
    • Method Detail

      • getId

        public String getId()
      • getName

        public String getName()
      • setName

        public void setName​(String name)