org.broadleafcommerce.openadmin.client.dto
Class OperationTypes
java.lang.Object
org.broadleafcommerce.openadmin.client.dto.OperationTypes
- All Implemented Interfaces:
- java.io.Serializable
public class OperationTypes
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- jfischer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperationTypes
public OperationTypes()
OperationTypes
public OperationTypes(OperationType fetchType,
OperationType removeType,
OperationType addType,
OperationType updateType,
OperationType inspectType)
getRemoveType
public OperationType getRemoveType()
setRemoveType
public void setRemoveType(OperationType removeType)
getAddType
public OperationType getAddType()
setAddType
public void setAddType(OperationType addType)
getUpdateType
public OperationType getUpdateType()
setUpdateType
public void setUpdateType(OperationType updateType)
getFetchType
public OperationType getFetchType()
setFetchType
public void setFetchType(OperationType fetchTyper)
getInspectType
public OperationType getInspectType()
setInspectType
public void setInspectType(OperationType inspectType)
Copyright © 2011. All Rights Reserved.