Class SimpleDciEntity

  • All Implemented Interfaces:
    it.tidalwave.util.As

    public class SimpleDciEntity
    extends java.lang.Object
    implements it.tidalwave.util.As
    A simple datum class with a DCI role: Displayable, which contains the entity display name,
    Author:
    Fabrizio Giudici (Fabrizio.Giudici@tidalwave.it)
    Stereotype:
    Datum
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface it.tidalwave.util.As

        it.tidalwave.util.As.Type<T extends java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleDciEntity​(java.lang.String id, int attribute1, int attribute2)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface it.tidalwave.util.As

        as, as, asMany, asMany, maybeAs, maybeAs
    • Constructor Detail

      • SimpleDciEntity

        public SimpleDciEntity​(@Nonnull
                               java.lang.String id,
                               int attribute1,
                               int attribute2)