| 3 |
* |
* |
| 4 |
* $Revision$ |
* $Revision$ |
| 5 |
* $Log$ |
* $Log$ |
| 6 |
|
* Revision 1.5 2005/01/14 10:33:37 aga |
| 7 |
|
* ・int privateIndexIDを追加. |
| 8 |
|
* |
| 9 |
* Revision 1.4 2004/12/01 10:28:58 youi |
* Revision 1.4 2004/12/01 10:28:58 youi |
| 10 |
* DBカラム名の変更に伴う修正 |
* DBカラム名の変更に伴う修正 |
| 11 |
* institute -> division |
* institute -> division |
| 46 |
char* baseURL; //< ベースURL |
char* baseURL; //< ベースURL |
| 47 |
int noticeMail; //< 新着アイテム通知メール送信間隔 |
int noticeMail; //< 新着アイテム通知メール送信間隔 |
| 48 |
time_t noticeMailSince; //< 新着アイテム通知メール送信間隔登録日 |
time_t noticeMailSince; //< 新着アイテム通知メール送信間隔登録日 |
| 49 |
|
int privateIndexID; //private indexのID |
| 50 |
|
|
| 51 |
char* uname; |
char* uname; |
| 52 |
char* name; |
char* name; |
| 96 |
const char *getBaseURL() const; |
const char *getBaseURL() const; |
| 97 |
int getNoticeMail() const; |
int getNoticeMail() const; |
| 98 |
time_t getNoticeMailSince() const; |
time_t getNoticeMailSince() const; |
| 99 |
|
int getPrivateIndexID() const; |
| 100 |
// ---- |
// ---- |
| 101 |
const char* getUname( ) const; |
const char* getUname( ) const; |
| 102 |
const char* getName( ) const; |
const char* getName( ) const; |
| 142 |
void setBaseURL(const char *baseURL); |
void setBaseURL(const char *baseURL); |
| 143 |
void setNoticeMail(int noticeMail); |
void setNoticeMail(int noticeMail); |
| 144 |
void setNoticeMailSince( time_t noticeMailSince); |
void setNoticeMailSince( time_t noticeMailSince); |
| 145 |
|
void setPrivateIndexID(int xid); |
| 146 |
// ---- |
// ---- |
| 147 |
void setUname( const char* uname ); |
void setUname( const char* uname ); |
| 148 |
void setName( const char* name ); |
void setName( const char* name ); |