Class AbstractUnitRepresentation

java.lang.Object
com.pnfsoftware.jeb.core.output.AbstractUnitRepresentation
All Implemented Interfaces:
IUnitDocumentPresentation
Direct Known Subclasses:
AbstractTransientUnitRepresentation, UnitRepresentationAdapter

@Ser public abstract class AbstractUnitRepresentation extends Object implements IUnitDocumentPresentation
A skeleton class for unit document presentations.
  • Constructor Details

    • AbstractUnitRepresentation

      public AbstractUnitRepresentation(String label)
      Create a new non-default document presentation. The identifier will be determined automatically.
      Parameters:
      label -
    • AbstractUnitRepresentation

      public AbstractUnitRepresentation(String label, boolean defaultRepresentation)
      Create a new document presentation. The identifier will be determined automatically.
      Parameters:
      label -
      defaultRepresentation -
    • AbstractUnitRepresentation

      public AbstractUnitRepresentation(long id, String label, boolean defaultRepresentation)
      Create a new document presentation.
      Parameters:
      id - identifier
      label - label
      defaultRepresentation - indicates whether this representation should be the default one for the unit
  • Method Details