public class ProfileObj extends Object
| Modifier and Type | Method and Description |
|---|---|
Date |
getFrom()
Returns the from Date.
|
int |
getIndex()
Returns the index int.
|
String |
getName()
Returns the name String.
|
Date |
getTo()
Returns the to Date.
|
String |
getValue()
Returns the value String.
|
boolean |
isNull()
Returns if this represent a null object.
|
void |
setFrom(Date from)
This will set the
from. |
void |
setIndex(int index)
This will set the
index. |
void |
setName(String name)
This will set the
name. |
void |
setTo(Date to)
This will set the
to. |
void |
setValue(String value)
This will set the
value. |
public Date getFrom()
public void setFrom(Date from)
from.from - Datepublic String getName()
public void setName(String name)
name.name - Stringpublic Date getTo()
public void setTo(Date to)
to.to - Datepublic String getValue()
public void setValue(String value)
value.value - Stringpublic int getIndex()
public void setIndex(int index)
index.index - intpublic boolean isNull()
Copyright © 2003, 2023, Oracle and/or its affiliates.