org.broadleafcommerce.openadmin.server.domain
Class OperationTypesImpl

java.lang.Object
  extended by org.broadleafcommerce.openadmin.server.domain.OperationTypesImpl
All Implemented Interfaces:
Serializable, OperationTypes

@Entity
public class OperationTypesImpl
extends Object
implements OperationTypes

Author:
jfischer
See Also:
Serialized Form

Field Summary
protected  OperationType addType
           
protected  OperationType fetchType
           
protected  Long id
           
protected  OperationType inspectType
           
protected  OperationType removeType
           
protected  OperationType updateType
           
 
Constructor Summary
OperationTypesImpl()
           
 
Method Summary
 boolean equals(Object obj)
           
 OperationType getAddType()
           
 OperationType getFetchType()
           
 Long getId()
           
 OperationType getInspectType()
           
 OperationType getRemoveType()
           
 OperationType getUpdateType()
           
 int hashCode()
           
 void setAddType(OperationType addType)
           
 void setFetchType(OperationType fetchTyper)
           
 void setId(Long id)
           
 void setInspectType(OperationType inspectType)
           
 void setRemoveType(OperationType removeType)
           
 void setUpdateType(OperationType updateType)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

fetchType

protected OperationType fetchType

removeType

protected OperationType removeType

addType

protected OperationType addType

updateType

protected OperationType updateType

inspectType

protected OperationType inspectType
Constructor Detail

OperationTypesImpl

public OperationTypesImpl()
Method Detail

getRemoveType

public OperationType getRemoveType()
Specified by:
getRemoveType in interface OperationTypes

setRemoveType

public void setRemoveType(OperationType removeType)
Specified by:
setRemoveType in interface OperationTypes

getAddType

public OperationType getAddType()
Specified by:
getAddType in interface OperationTypes

setAddType

public void setAddType(OperationType addType)
Specified by:
setAddType in interface OperationTypes

getUpdateType

public OperationType getUpdateType()
Specified by:
getUpdateType in interface OperationTypes

setUpdateType

public void setUpdateType(OperationType updateType)
Specified by:
setUpdateType in interface OperationTypes

getFetchType

public OperationType getFetchType()
Specified by:
getFetchType in interface OperationTypes

setFetchType

public void setFetchType(OperationType fetchTyper)
Specified by:
setFetchType in interface OperationTypes

getInspectType

public OperationType getInspectType()
Specified by:
getInspectType in interface OperationTypes

setInspectType

public void setInspectType(OperationType inspectType)
Specified by:
setInspectType in interface OperationTypes

getId

public Long getId()
Specified by:
getId in interface OperationTypes
Returns:
the id

setId

public void setId(Long id)
Specified by:
setId in interface OperationTypes
Parameters:
id - the id to set

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012. All Rights Reserved.