public class RepositoryRange
extends atg.core.util.Range
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
protected static java.lang.String |
HIGH_BOUND_PROPERTY |
protected static java.lang.String |
LOW_BOUND_PROPERTY |
protected MutableRepositoryItem |
mRepositoryItem |
| Constructor and Description |
|---|
RepositoryRange(MutableRepositoryItem pShipItemRel) |
RepositoryRange(MutableRepositoryItem pRepositoryItem,
long pLowBound,
long pHighBound) |
| Modifier and Type | Method and Description |
|---|---|
long |
getHighBound()
the high end of the range
|
long |
getLowBound()
the low end of the range
|
protected java.lang.Object |
getPropertyValue(java.lang.String pChangedProperty) |
void |
setHighBound(long pHighBound)
the high end of the range
|
void |
setLowBound(long pLowBound)
the low end of the range
|
protected void |
setPropertyValue(java.lang.String pChangedProperty,
java.lang.Object pPropertyValue) |
public static final java.lang.String CLASS_VERSION
protected static java.lang.String LOW_BOUND_PROPERTY
protected static java.lang.String HIGH_BOUND_PROPERTY
protected MutableRepositoryItem mRepositoryItem
public RepositoryRange(MutableRepositoryItem pShipItemRel)
public RepositoryRange(MutableRepositoryItem pRepositoryItem, long pLowBound, long pHighBound)
protected java.lang.Object getPropertyValue(java.lang.String pChangedProperty)
protected void setPropertyValue(java.lang.String pChangedProperty,
java.lang.Object pPropertyValue)
public void setLowBound(long pLowBound)
setLowBound in class atg.core.util.RangepLowBound - new value to setpublic long getLowBound()
getLowBound in class atg.core.util.Rangepublic void setHighBound(long pHighBound)
setHighBound in class atg.core.util.RangepHighBound - new value to setpublic long getHighBound()
getHighBound in class atg.core.util.Range