Class AggregateInfo

    • Constructor Detail

      • AggregateInfo

        public AggregateInfo()
      • AggregateInfo

        public AggregateInfo​(int id,
                             java.lang.String name,
                             java.lang.String desc)
    • Method Detail

      • getId

        public int getId()
        Description copied from interface: Aggregate
        Returns the identifier for the aggregate. This is the only true identifier for the aggregate, name and description should not be taken into account for equality.
        Specified by:
        getId in interface Aggregate
      • getName

        public java.lang.String getName()
        Description copied from interface: Aggregate
        A display name for the aggregate.
        Specified by:
        getName in interface Aggregate
      • getDesc

        public java.lang.String getDesc()
        Description copied from interface: Aggregate
        A possible description for how the aggregate behaves.
        Specified by:
        getDesc in interface Aggregate
      • toString

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