Interface SwimlaneAO

All Superinterfaces:
Entity, Positionable, net.java.ao.RawEntity<Long>

@Preload({"NAME","LONG_QUERY","QUERY","DESCRIPTION","DEFAULT_LANE","POS"}) public interface SwimlaneAO extends Entity, Positionable
  • Method Details

    • getName

      String getName()
    • setName

      void setName(String name)
    • getLongQuery

      String getLongQuery()
    • setLongQuery

      void setLongQuery(String longQuery)
    • getQuery

      @Deprecated String getQuery()
      Deprecated.
      query should not be used anymore, please use getLongQuery() instead
    • setQuery

      @Deprecated void setQuery(String query)
      Deprecated.
      query should not be used anymore, please use setLongQuery(String) ()} instead
    • getDescription

      String getDescription()
    • setDescription

      void setDescription(String description)
    • isDefaultLane

      boolean isDefaultLane()
    • setDefaultLane

      void setDefaultLane(boolean defaultLane)
    • getRapidView

      RapidViewAO getRapidView()
    • setRapidView

      void setRapidView(RapidViewAO rapidView)