Class JPAMacroTaskCommand
java.lang.Object
org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
org.apache.syncope.core.persistence.jpa.entity.task.JPAMacroTaskCommand
- All Implemented Interfaces:
Serializable,Entity,MacroTaskCommand
@Entity
public class JPAMacroTaskCommand
extends AbstractGeneratedKeyEntity
implements MacroTaskCommand
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOGFields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetArgs()voidsetArgs(CommandArgs args) voidsetCommand(Implementation command) voidsetIdx(int idx) voidsetMacroTask(MacroTask macroTask) Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
Field Details
-
TABLE
- See Also:
-
-
Constructor Details
-
JPAMacroTaskCommand
public JPAMacroTaskCommand()
-
-
Method Details
-
setIdx
public void setIdx(int idx) -
getMacroTask
- Specified by:
getMacroTaskin interfaceMacroTaskCommand
-
setMacroTask
- Specified by:
setMacroTaskin interfaceMacroTaskCommand
-
getCommand
- Specified by:
getCommandin interfaceMacroTaskCommand
-
setCommand
- Specified by:
setCommandin interfaceMacroTaskCommand
-
getArgs
- Specified by:
getArgsin interfaceMacroTaskCommand
-
setArgs
- Specified by:
setArgsin interfaceMacroTaskCommand
-