org.opencrx.kernel.product1.jpa3
Class PriceListEntry$Slice

java.lang.Object
  extended by org.opencrx.kernel.product1.jpa3.PriceListEntry$Slice
All Implemented Interfaces:
Serializable

public class PriceListEntry$Slice
extends Object
implements Serializable

PriceListEntry$Slice object hold the PriceListEntry's multivalued attributes

See Also:
Serialized Form

Nested Class Summary
static class PriceListEntry$Slice.SliceId
          The slices' compound identity class
 
Constructor Summary
  PriceListEntry$Slice()
          Constructor
protected PriceListEntry$Slice(PriceListEntry object, int index)
          Constructor
 
Method Summary
 String getContext()
           
 String getCreatedBy()
           
 String getModifiedBy()
           
 String getOwner()
           
 String getOwningGroup()
           
 String getPriceLevel()
           
 Short getUsage()
           
 void setContext(String value)
           
 void setCreatedBy(String value)
           
 void setModifiedBy(String value)
           
 void setOwner(String value)
           
 void setOwningGroup(String value)
           
 void setPriceLevel(String value)
           
 void setUsage(Short value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PriceListEntry$Slice

public PriceListEntry$Slice()
Constructor


PriceListEntry$Slice

protected PriceListEntry$Slice(PriceListEntry object,
                               int index)
Constructor

Method Detail

getPriceLevel

public String getPriceLevel()

setPriceLevel

public void setPriceLevel(String value)

getModifiedBy

public String getModifiedBy()

setModifiedBy

public void setModifiedBy(String value)

getOwningGroup

public String getOwningGroup()

setOwningGroup

public void setOwningGroup(String value)

getCreatedBy

public String getCreatedBy()

setCreatedBy

public void setCreatedBy(String value)

getOwner

public String getOwner()

setOwner

public void setOwner(String value)

getContext

public String getContext()

setContext

public void setContext(String value)

getUsage

public Short getUsage()

setUsage

public void setUsage(Short value)


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