org.opencrx.kernel.product1.cci2
Interface ProductConfiguration

All Superinterfaces:
AbstractProductConfiguration, BasicObject, Cloneable, ContextCapable, Creatable, Exporter, ExtentCapable, Modifiable, PropertySet, SecureObject
All Known Subinterfaces:
ProductConfiguration
All Known Implementing Classes:
ProductConfiguration

public interface ProductConfiguration
extends AbstractProductConfiguration

Class ProductConfiguration


Nested Class Summary
static interface ProductConfiguration.Identity
          Object Identity
 
Method Summary
 ProductConfigurationType getConfigType()
          Retrieves the value for the reference configType.
 void setConfigType(ProductConfigurationType configType)
          Sets a new value for the reference configType.
 Void unsetConfigurationType()
           
 
Methods inherited from interface org.opencrx.kernel.product1.cci2.AbstractProductConfiguration
getDescription, getName, getValidFrom, getValidTo, isDefault, setDefault, setDescription, setName, setValidFrom, setValidTo
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Cloneable
clone_
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Exporter
exportItem, exportItemAdvanced
 
Methods inherited from interface org.opencrx.kernel.base.cci2.PropertySet
getProperty
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapable
getContext
 
Methods inherited from interface org.openmdx.base.cci2.Creatable
getCreatedAt, getCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.base.cci2.Modifiable
getModifiedAt, getModifiedBy
 

Method Detail

getConfigType

ProductConfigurationType getConfigType()
Retrieves the value for the reference configType.

Returns:
The – possibly null – value for this reference.

setConfigType

void setConfigType(ProductConfigurationType configType)
Sets a new value for the reference configType.

Parameters:
configType - The non-null new value for this reference.

unsetConfigurationType

Void unsetConfigurationType()


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.