Class AbstractRevisionable

java.lang.Object
com.sas.lsaf.core.AbstractIdentifiable
com.sas.lsaf.core.AbstractRevisionable
All Implemented Interfaces:
Identifiable, Revisionable, Serializable
Direct Known Subclasses:
TlfTemplate

public abstract class AbstractRevisionable extends AbstractIdentifiable implements Revisionable
Abstract implementation of the Revisionable interface.
Since:
2.5
See Also:
  • Constructor Details

    • AbstractRevisionable

      public AbstractRevisionable(String typeId, String id, long revision)
      Constructs an AbstractRevisionable with the specified object type and identifier.
      Parameters:
      typeId - the object type of the object, typically set by implementing classes.
      id - the unique identifier for the object instance.
      revision - The internal revision number.
  • Method Details