Class ProfileObj

java.lang.Object
com.portal.app.cc.tcf.ProfileObj

public class ProfileObj extends Object
This class stores all the data related to a Profile Object.
  • Method Details

    • getFrom

      public Date getFrom()
      Returns the from Date.
      Returns:
      Date
    • setFrom

      public void setFrom(Date from)
      This will set the from.
      Parameters:
      from - Date
    • getName

      public String getName()
      Returns the name String.
      Returns:
      String
    • setName

      public void setName(String name)
      This will set the name.
      Parameters:
      name - String
    • getTo

      public Date getTo()
      Returns the to Date.
      Returns:
      Date
    • setTo

      public void setTo(Date to)
      This will set the to.
      Parameters:
      to - Date
    • getValue

      public String getValue()
      Returns the value String.
      Returns:
      String
    • setValue

      public void setValue(String value)
      This will set the value.
      Parameters:
      value - String
    • getIndex

      public int getIndex()
      Returns the index int.
      Returns:
      int
    • setIndex

      public void setIndex(int index)
      This will set the index.
      Parameters:
      index - int
    • isNull

      public boolean isNull()
      Returns if this represent a null object.
      Returns:
      boolean