Class ActionItemEntity

    • Constructor Detail

      • ActionItemEntity

        public ActionItemEntity()
    • Method Detail

      • create

        public void create​(UUID uuid,
                           AbstractEntityDef entityDef,
                           int entityDefIdx,
                           UUID parentCompositeEntity)
        Description copied from class: AbstractEntity
        Central initialization of non-transient fields (usually on server side). Is only called once in the whole life cycle of an entity.
        Overrides:
        create in class AbstractEntity
      • getCharge

        public double getCharge()
      • setCharge

        public void setCharge​(double charge)