org.broadleafcommerce.gwt.client.datasource.relations.operations
Class OperationTypes

java.lang.Object
  extended by org.broadleafcommerce.gwt.client.datasource.relations.operations.OperationTypes
All Implemented Interfaces:
java.io.Serializable

public class OperationTypes
extends java.lang.Object
implements java.io.Serializable

Author:
jfischer
See Also:
Serialized Form

Constructor Summary
OperationTypes()
           
OperationTypes(OperationType fetchType, OperationType removeType, OperationType addType, OperationType updateType, OperationType inspectType)
           
 
Method Summary
 OperationType getAddType()
           
 OperationType getFetchType()
           
 OperationType getInspectType()
           
 OperationType getRemoveType()
           
 OperationType getUpdateType()
           
 void setAddType(OperationType addType)
           
 void setFetchType(OperationType fetchTyper)
           
 void setInspectType(OperationType inspectType)
           
 void setRemoveType(OperationType removeType)
           
 void setUpdateType(OperationType updateType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationTypes

public OperationTypes()

OperationTypes

public OperationTypes(OperationType fetchType,
                      OperationType removeType,
                      OperationType addType,
                      OperationType updateType,
                      OperationType inspectType)
Method Detail

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.