| 3 |
* |
* |
| 4 |
* $Revision$ |
* $Revision$ |
| 5 |
* $Log$ |
* $Log$ |
| 6 |
|
* Revision 1.9 2005/02/09 07:23:50 aga |
| 7 |
|
* ・URL to My Personal Archive をDB・ALから消した. |
| 8 |
|
* |
| 9 |
* Revision 1.8 2005/01/22 00:18:33 aga |
* Revision 1.8 2005/01/22 00:18:33 aga |
| 10 |
* ・indexID を unsigned にした. |
* ・indexID を unsigned にした. |
| 11 |
* |
* |
| 56 |
char* country; //< 国名 |
char* country; //< 国名 |
| 57 |
char* zipcode; //< 郵便番号 |
char* zipcode; //< 郵便番号 |
| 58 |
char* fax; //< ファックス番号 |
char* fax; //< ファックス番号 |
|
char* baseURL; //< ベースURL |
|
| 59 |
int noticeMail; //< 新着アイテム通知メール送信間隔 |
int noticeMail; //< 新着アイテム通知メール送信間隔 |
| 60 |
time_t noticeMailSince; //< 新着アイテム通知メール送信間隔登録日 |
time_t noticeMailSince; //< 新着アイテム通知メール送信間隔登録日 |
| 61 |
unsigned int privateIndexID; //private indexのID |
unsigned int privateIndexID; //private indexのID |
| 108 |
const char *getCountry() const; |
const char *getCountry() const; |
| 109 |
const char *getZipcode() const; |
const char *getZipcode() const; |
| 110 |
const char *getFax() const; |
const char *getFax() const; |
|
const char *getBaseURL() const; |
|
| 111 |
int getNoticeMail() const; |
int getNoticeMail() const; |
| 112 |
time_t getNoticeMailSince() const; |
time_t getNoticeMailSince() const; |
| 113 |
int getPrivateIndexID() const; |
int getPrivateIndexID() const; |
| 153 |
void setCountry(const char *country); |
void setCountry(const char *country); |
| 154 |
void setZipcode(const char *zipcode); |
void setZipcode(const char *zipcode); |
| 155 |
void setFax(const char *fax); |
void setFax(const char *fax); |
|
void setBaseURL(const char *baseURL); |
|
| 156 |
void setNoticeMail(int noticeMail); |
void setNoticeMail(int noticeMail); |
| 157 |
void setNoticeMailSince( time_t noticeMailSince); |
void setNoticeMailSince( time_t noticeMailSince); |
| 158 |
void setPrivateIndexID(int xid); |
void setPrivateIndexID(int xid); |