public class ProductDetails extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ABSOLUTE_DATE |
static int |
FIRST_USAGE |
static int |
RELATIVE |
Constructor and Description |
---|
ProductDetails() |
Modifier and Type | Method and Description |
---|---|
Date |
getRateDate()
Get function for getting Product Date
|
int |
getRateType()
Get function for getting Rate Type like First Usage, Date, Relative
|
int |
getRelativeOffSet()
Get function for getting Product Relative Offset
|
int |
getRelativeUnit()
Get function for getting Product Relative Unit
|
boolean |
isReset() |
void |
reset()
resets to default values
|
void |
setRateDate(Date rateDate)
Set function for setting Product Date
|
void |
setRateType(int rateType)
Set function for setting Rate Type like First Usage, Date, Relative
|
void |
setRelativeOffSet(int relativeOffSet)
Set function for setting Product Relative Offset
|
void |
setRelativeUnit(int relativeUnit)
Set function for setting Product Start Relative Unit
|
String |
toString()
dumps values which are set to product details panel
|
public static final int FIRST_USAGE
public static final int ABSOLUTE_DATE
public static final int RELATIVE
public void reset()
public boolean isReset()
public Date getRateDate()
public void setRateDate(Date rateDate)
public int getRateType()
public void setRateType(int rateType)
public int getRelativeOffSet()
public void setRelativeOffSet(int relativeOffSet)
public int getRelativeUnit()
public void setRelativeUnit(int relativeUnit)
Copyright © 2003, 2023, Oracle and/or its affiliates.