public class Credentials
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright field
|
Constructor and Description |
---|
Credentials()
The Credentials class default constructor calls its parents constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
This method gets the organization code.
|
java.lang.String |
getCodeDomain()
This method gets the organization code domain.
|
java.lang.String |
getPassword()
This method gets the registered group password for the organization.
|
java.lang.String |
getUserId()
This method gets the registered group user ID for the organization.
|
java.lang.String |
getUserIdType()
This method gets the type of the group user ID for the organization.
|
void |
setCode(java.lang.String newCode)
This method sets the organizations code.
|
void |
setCodeDomain(java.lang.String newCodeDomain)
This method sets the organizations code domain.
|
void |
setPassword(java.lang.String newPassword)
This method sets the registered group password for the organization.
|
void |
setUserId(java.lang.String newUserId)
This method sets the registered group user ID for the organization.
|
void |
setUserIdType(java.lang.String newUserIdType)
This method sets the type of the group user ID for the organization.
|
java.lang.String |
toString()
This method returns a String that represents the value of this object.
|
public static final java.lang.String COPYRIGHT
public Credentials()
public java.lang.String getCode()
public java.lang.String getCodeDomain()
public java.lang.String getPassword()
public java.lang.String getUserId()
public java.lang.String getUserIdType()
public void setCode(java.lang.String newCode)
newCode
- the new organization codepublic void setCodeDomain(java.lang.String newCodeDomain)
newCodeDomain
- the domain for the organization codepublic void setPassword(java.lang.String newPassword)
newPassword
- the password for the organizationpublic void setUserId(java.lang.String newUserId)
newUserId
- the user ID for the organizationpublic void setUserIdType(java.lang.String newUserIdType)
newUserIdType
- the type of user ID for the organizationpublic java.lang.String toString()
toString
in class java.lang.Object