Package com.portal.app.cc.tcf
Class ProfileObj
java.lang.Object
com.portal.app.cc.tcf.ProfileObj
This class stores all the data related to a Profile Object.
-
Method Summary
Modifier and TypeMethodDescriptiongetFrom()
Returns the from Date.int
getIndex()
Returns the index int.getName()
Returns the name String.getTo()
Returns the to Date.getValue()
Returns the value String.boolean
isNull()
Returns if this represent a null object.void
This will set thefrom
.void
setIndex
(int index) This will set theindex
.void
This will set thename
.void
This will set theto
.void
This will set thevalue
.
-
Method Details
-
getFrom
Returns the from Date.- Returns:
- Date
-
setFrom
This will set thefrom
.- Parameters:
from
- Date
-
getName
Returns the name String.- Returns:
- String
-
setName
This will set thename
.- Parameters:
name
- String
-
getTo
Returns the to Date.- Returns:
- Date
-
setTo
This will set theto
.- Parameters:
to
- Date
-
getValue
Returns the value String.- Returns:
- String
-
setValue
This will set thevalue
.- Parameters:
value
- String
-
getIndex
public int getIndex()Returns the index int.- Returns:
- int
-
setIndex
public void setIndex(int index) This will set theindex
.- Parameters:
index
- int
-
isNull
public boolean isNull()Returns if this represent a null object.- Returns:
- boolean
-