Package com.flower.docs.operation.api
Class UpdateTagClassOperationContext
- java.lang.Object
-
- com.flower.docs.domain.common.IdentifiableElement
-
- com.flower.docs.operation.api.OperationContext
-
- com.flower.docs.operation.api.DefaultTagClassOperationContext
-
- com.flower.docs.operation.api.UpdateTagClassOperationContext
-
- All Implemented Interfaces:
java.io.Serializable
public class UpdateTagClassOperationContext extends DefaultTagClassOperationContext
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateTagClassOperationContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.flower.docs.domain.tagclass.TagClass
getOld()
void
setOld(com.flower.docs.domain.tagclass.TagClass old)
-
Methods inherited from class com.flower.docs.operation.api.DefaultTagClassOperationContext
equals, getTagClass, getTagClasses, hashCode, setTagClass, setTagClasses
-
Methods inherited from class com.flower.docs.operation.api.OperationContext
getExecutionPhase, getExtra, getOperation, getRegistration, getRequestId, getScope, getTags, getTime, getUser, setExecutionPhase, setExtra, setOperation, setRegistration, setRequestId, setScope, setTags, setTime, setUser, toString
-
-