public class STenantBuilderFactoryImpl extends java.lang.Object implements STenantBuilderFactory
| Constructor and Description |
|---|
STenantBuilderFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
STenantBuilder |
createNewInstance(java.lang.String name,
java.lang.String createdBy,
long created,
java.lang.String status,
boolean defaultTenant) |
java.lang.String |
getCreatedByKey() |
java.lang.String |
getCreatedKey() |
java.lang.String |
getDefaultTenantKey() |
java.lang.String |
getDescriptionKey() |
java.lang.String |
getIconNameKey() |
java.lang.String |
getIconPathKey() |
java.lang.String |
getIdKey() |
java.lang.String |
getNameKey() |
java.lang.String |
getStatusKey() |
public STenantBuilder createNewInstance(java.lang.String name, java.lang.String createdBy, long created, java.lang.String status, boolean defaultTenant)
createNewInstance in interface STenantBuilderFactorypublic java.lang.String getCreatedByKey()
getCreatedByKey in interface STenantBuilderFactorypublic java.lang.String getCreatedKey()
getCreatedKey in interface STenantBuilderFactorypublic java.lang.String getDescriptionKey()
getDescriptionKey in interface STenantBuilderFactorypublic java.lang.String getIdKey()
getIdKey in interface STenantBuilderFactorypublic java.lang.String getNameKey()
getNameKey in interface STenantBuilderFactorypublic java.lang.String getStatusKey()
getStatusKey in interface STenantBuilderFactorypublic java.lang.String getIconNameKey()
getIconNameKey in interface STenantBuilderFactorypublic java.lang.String getIconPathKey()
getIconPathKey in interface STenantBuilderFactorypublic java.lang.String getDefaultTenantKey()
getDefaultTenantKey in interface STenantBuilderFactory