public class CreateTenantRepresentation extends Object
Constructor and Description |
---|
CreateTenantRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getDomain() |
Integer |
getMaxUsers() |
String |
getName() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setDomain(String domain) |
void |
setMaxUsers(Integer maxUsers) |
void |
setName(String name) |
public String getName()
public void setName(String name)
public String getDomain()
public void setDomain(String domain)
public Integer getMaxUsers()
public void setMaxUsers(Integer maxUsers)
public boolean isActive()
public void setActive(boolean active)
Copyright © 2014–2015 Alfresco. All rights reserved.