org.broadleafcommerce.openadmin.server.domain
Class OperationTypesImpl
java.lang.Object
org.broadleafcommerce.openadmin.server.domain.OperationTypesImpl
- All Implemented Interfaces:
- java.io.Serializable, OperationTypes
@Entity
public class OperationTypesImpl
- extends java.lang.Object
- implements OperationTypes
- Author:
- jfischer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
id
protected java.lang.Long id
fetchType
protected OperationType fetchType
removeType
protected OperationType removeType
addType
protected OperationType addType
updateType
protected OperationType updateType
inspectType
protected OperationType inspectType
OperationTypesImpl
public OperationTypesImpl()
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 java.lang.Long getId()
- Specified by:
getId in interface OperationTypes
- Returns:
- the id
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface OperationTypes
- Parameters:
id - the id to set
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2011. All Rights Reserved.