org.broadleafcommerce.openadmin.server.domain
Class OperationTypesImpl
java.lang.Object
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
id
protected 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 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.