com.stratelia.webactiv.beans.admin
Class Domain

java.lang.Object
  extended by com.stratelia.webactiv.beans.admin.Domain
All Implemented Interfaces:
Serializable

public class Domain
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String MIXED_DOMAIN_ID
           
 
Constructor Summary
Domain()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAuthenticationServer()
           
 String getDescription()
           
 String getDriverClassName()
           
 String getId()
           
 String getName()
           
 String getPropFileName()
           
 String getSilverpeasServerURL()
           
 String getTheTimeStamp()
           
 Quota getUserDomainQuota()
           
 int hashCode()
           
 boolean isMixedOne()
           
 boolean isQuotaReached()
           
 void setAuthenticationServer(String authenticationServer)
           
 void setDescription(String description)
           
 void setDriverClassName(String className)
           
 void setId(String id)
           
 void setName(String name)
           
 void setPropFileName(String propFileName)
           
 void setSilverpeasServerURL(String silverpeasServerURL)
           
 void setTheTimeStamp(String tt)
           
 void setUserDomainQuotaMaxCount(String userDomainQuotaMaxCount)
          Sets the max count of users of the domain
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MIXED_DOMAIN_ID

public static final String MIXED_DOMAIN_ID
See Also:
Constant Field Values
Constructor Detail

Domain

public Domain()
Method Detail

getId

public String getId()
Returns:
String

setId

public void setId(String id)
Parameters:
id -

getTheTimeStamp

public String getTheTimeStamp()
Returns:
String

setTheTimeStamp

public void setTheTimeStamp(String tt)
Parameters:
id -

getName

public String getName()
Returns:
String

setName

public void setName(String name)
Parameters:
name -

getDescription

public String getDescription()
Returns:
String

setDescription

public void setDescription(String description)
Parameters:
description -

getDriverClassName

public String getDriverClassName()
Returns:
String

setDriverClassName

public void setDriverClassName(String className)
Parameters:
className -

getPropFileName

public String getPropFileName()
Returns:
String

setPropFileName

public void setPropFileName(String propFileName)
Parameters:
propFileName -

getAuthenticationServer

public String getAuthenticationServer()
Returns:
String

setAuthenticationServer

public void setAuthenticationServer(String authenticationServer)
Parameters:
authenticationServer - the class to be used.

getSilverpeasServerURL

public String getSilverpeasServerURL()
Returns:
String

setSilverpeasServerURL

public void setSilverpeasServerURL(String silverpeasServerURL)
Parameters:
silverpeasServerURL -

getUserDomainQuota

public Quota getUserDomainQuota()
Returns:
the userDomainQuota

setUserDomainQuotaMaxCount

public void setUserDomainQuotaMaxCount(String userDomainQuotaMaxCount)
                                throws QuotaException
Sets the max count of users of the domain

Parameters:
userDomainQuotaMaxCount -
Throws:
QuotaException

isQuotaReached

public boolean isQuotaReached()

isMixedOne

public boolean isMixedOne()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2016 Silverpeas. All Rights Reserved.