|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--com.egurkha.subscribermanagement.EgurkhaUser
| Field Summary | |
Date |
d_user_reg_date
|
Date |
d_user_valid_till
|
String |
s_user_alarm_mode
|
String |
s_user_alarm_pref
|
String |
s_user_alarm_type
|
String |
s_user_id
|
String |
s_user_mailid
|
String |
s_user_pass
|
| Constructor Summary | |
EgurkhaUser(String str_user_name)
Allocates a new EgurkhaUser object.The user-name attribute of the EgurkhaUser is set. |
|
EgurkhaUser(String str_user_name,
Date dd_user_valid_till)
Allocates a new EgurkhaUser object.The attributes user-name and user-subscription-validity period of the EgurkhaUser are set. |
|
EgurkhaUser(String str_user_id,
String str_user_pass,
Date dd_user_valid_till)
Allocates a new EgurkhaUser object.The attributes user-name,user- password and user-subscription-validity period of the EgurkhaUser are set. |
|
EgurkhaUser(String str_user_id,
String str_user_pass,
String str_user_mailid,
String str_user_alarm_type,
String str_user_alarm_pref,
String str_user_alarm_mode,
Date dd_user_valid_till)
Allocates a new EgurkhaUser object.The attributes user-name,user- password,user-mailid,user-alarm-type,user-alarm-preference, user-alarm-mode and user-subscription-validity period of the EgurkhaUser are set. |
|
| Method Summary | |
String |
getUserAlarmMode()
Returns user-alarm-mode attribute of the EgurkhaUser. |
String |
getUserAlarmPref()
Returns user-alarm-preference attribute of the EgurkhaUser. |
String |
getUserAlarmType()
Returns user-alarm-type attribute of the EgurkhaUser. |
String |
getUserMailId()
Returns user-mailid of the EgurkhaUser. |
Date |
getUserRegDate()
Returns user-registration-date attribute of the EgurkhaUser. |
Date |
getUserValidTill()
Returns user-subscription-validity period attribute of the EgurkhaUser. |
void |
setUserAlarmMode(String str_user_alarm_mode)
Sets the user-alarm-mode attribute of the EgurkhaUser. |
void |
setUserAlarmPref(String str_user_alarm_pref)
Sets the user-alarm-preference attribute of the EgurkhaUser. |
void |
setUserAlarmType(String str_user_alarm_type)
Sets the user-alarm-type attribute of the EgurkhaUser. |
void |
setUserMailId(String str_user_mailid)
Sets the user-mailid attribute of the EgurkhaUser. |
void |
setUserPass(String str_user_pass)
Sets the user-password attribute of the EgurkhaUser. |
void |
setUserRegDate(Date dd_user_reg_date)
Sets user-registration-date attribute of the EgurkhaUser It takes java.util.Date object as parameter. |
void |
setUserValidTill(Date dd_user_valid_till)
Sets user-subscription-validity period attribute of the EgurkhaUser It takes java.util.Date object as parameter. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public String s_user_id
public String s_user_pass
public String s_user_mailid
public String s_user_alarm_type
public String s_user_alarm_pref
public String s_user_alarm_mode
public Date d_user_valid_till
public Date d_user_reg_date
| Constructor Detail |
public EgurkhaUser(String str_user_name)
public EgurkhaUser(String str_user_name,
Date dd_user_valid_till)
public EgurkhaUser(String str_user_id,
String str_user_pass,
Date dd_user_valid_till)
public EgurkhaUser(String str_user_id,
String str_user_pass,
String str_user_mailid,
String str_user_alarm_type,
String str_user_alarm_pref,
String str_user_alarm_mode,
Date dd_user_valid_till)
| Method Detail |
public void setUserPass(String str_user_pass)
public void setUserMailId(String str_user_mailid)
public void setUserAlarmType(String str_user_alarm_type)
public void setUserAlarmPref(String str_user_alarm_pref)
public void setUserAlarmMode(String str_user_alarm_mode)
public void setUserValidTill(Date dd_user_valid_till)
public void setUserRegDate(Date dd_user_reg_date)
public String getUserMailId()
public String getUserAlarmType()
public String getUserAlarmPref()
public String getUserAlarmMode()
public Date getUserValidTill()
public Date getUserRegDate()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||