Class EventLogicCopyActionService.RelationDescriptor

java.lang.Object
ch.tocco.nice2.optional.event.impl.actions.EventLogicCopyActionService.RelationDescriptor
Enclosing interface:
EventLogicCopyActionService

public static class EventLogicCopyActionService.RelationDescriptor extends Object
  • Constructor Details

    • RelationDescriptor

      public RelationDescriptor(String relationName, String entityName, boolean checked)
  • Method Details

    • getRelationName

      public String getRelationName()
    • setRelationName

      public void setRelationName(String relationName)
    • getEntityName

      public String getEntityName()
    • setEntityName

      public void setEntityName(String entityName)
    • isChecked

      public boolean isChecked()
    • setChecked

      public void setChecked(boolean checked)