Package org.iplass.mtp.tenant
Class Tenant
java.lang.Object
org.iplass.mtp.tenant.Tenant
- All Implemented Interfaces:
- Serializable,- Definition
テナント情報をあらわすオブジェクト
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddLocalizedDisplayName(LocalizedStringDefinition localizedDisplayName) 多言語設定情報を追加します。作成日時を取得します。作成者を取得します。概要を取得します。表示名を取得します。getFrom()有効開始日を取得します。intgetId()テナントIDを取得します。多言語設定情報を取得します。getName()テナント名称を取得します。<T extends TenantConfig>
 TgetTenantConfig(Class<T> tenantConfigClass) getTo()有効終了日を取得します。更新日時を取得します。更新者を取得します。getUrl()テナント識別URLを取得します。<T extends TenantConfig>
 voidremoveTenantConfig(Class<T> tenantConfigClass) voidsetCreateDate(Timestamp createDate) 作成日時を設定します。voidsetCreateUser(String createUser) 作成者を設定します。voidsetDescription(String description) 概要を設定します。voidsetDisplayName(String displayName) 表示名を設定します。void有効開始日を設定します。voidsetId(int id) テナントIDを設定します。voidsetLocalizedDisplayNameList(List<LocalizedStringDefinition> localizedDisplayNameList) 多言語設定情報を設定します。voidテナント名称を設定します。voidsetTenantConfig(TenantConfig tenantConfig) voidsetTenantConfigs(List<TenantConfig> tenantConfigs) void有効終了日を設定します。voidsetUpdateDate(Timestamp updateDate) 更新日時を設定します。voidsetUpdateUser(String updateUser) 更新者を設定します。voidテナント識別URLを設定します。
- 
Constructor Details- 
Tenantpublic Tenant()
- 
Tenant
 
- 
- 
Method Details- 
getIdpublic int getId()テナントIDを取得します。- Returns:
- テナントID
 
- 
setIdpublic void setId(int id) テナントIDを設定します。- Parameters:
- id- テナントID
 
- 
getNameテナント名称を取得します。- Specified by:
- getNamein interface- Definition
- Returns:
- テナント名称
 
- 
setNameテナント名称を設定します。- Specified by:
- setNamein interface- Definition
- Parameters:
- name- テナント名称
 
- 
getDescription概要を取得します。- Specified by:
- getDescriptionin interface- Definition
- Returns:
- 概要
 
- 
setDescription概要を設定します。- Specified by:
- setDescriptionin interface- Definition
- Parameters:
- description- 概要
 
- 
getUrlテナント識別URLを取得します。- Returns:
- テナント識別URL
 
- 
setUrlテナント識別URLを設定します。- Parameters:
- url- テナント識別URL
 
- 
getFrom有効開始日を取得します。- Returns:
- 有効開始日
 
- 
setFrom有効開始日を設定します。- Parameters:
- from- 有効開始日
 
- 
getTo有効終了日を取得します。- Returns:
- 有効終了日
 
- 
setTo有効終了日を設定します。- Parameters:
- to- 有効終了日
 
- 
getCreateUser作成者を取得します。- Returns:
- 作成者
 
- 
setCreateUser作成者を設定します。- Parameters:
- createUser- 作成者
 
- 
getCreateDate作成日時を取得します。- Returns:
- 作成日時
 
- 
setCreateDate作成日時を設定します。- Parameters:
- createDate- 作成日時
 
- 
getUpdateUser更新者を取得します。- Returns:
- 更新者
 
- 
setUpdateUser更新者を設定します。- Parameters:
- updateUser- 更新者
 
- 
getUpdateDate更新日時を取得します。- Returns:
- 更新日時
 
- 
setUpdateDate更新日時を設定します。- Parameters:
- updateDate- 更新日時
 
- 
getDisplayName表示名を取得します。- Specified by:
- getDisplayNamein interface- Definition
- Returns:
- 表示名
 
- 
setDisplayName表示名を設定します。- Specified by:
- setDisplayNamein interface- Definition
- Parameters:
- displayName-
 
- 
getLocalizedDisplayNameList多言語設定情報を取得します。- Returns:
- リスト
 
- 
setLocalizedDisplayNameList多言語設定情報を設定します。- Parameters:
- \u30ea\u30b9\u30c8-
 
- 
addLocalizedDisplayName多言語設定情報を追加します。- Parameters:
- \u591a\u8a00\u8a9e\u8a2d\u5b9a\u60c5\u5831-
 
- 
getTenantConfigs
- 
setTenantConfigs
- 
setTenantConfig
- 
getTenantConfig
- 
removeTenantConfig
 
-