|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.master.SystemDefinition
The SystemDefinition class represents the information about the external systems sharing data with the master index application. This information is stored in the sbyn_systems database table.
| Constructor Summary | |
SystemDefinition()
Creates a new instance of the SystemDefinition class. |
|
| Method Summary | |
java.util.Date |
getCreateDate()
Retrieves the create date of the system record represented in a SystemDefinition object. |
java.lang.String |
getCreateUser()
Retrieves the login ID of the user who created the system record represented in a SystemDefinition object. |
java.lang.String |
getDescription()
Retrieves the system description from a SystemDefinition object. |
java.lang.String |
getFormat()
Retrieves the format of the local IDs assigned by the system represented in a SystemDefinition object. |
int |
getIdLength()
Retrieves the defined length of the local IDs assigned by the system represented in a SystemDefinition object. |
java.lang.String |
getInputMask()
Retrieves the input mask defined for the local IDs assigned by the system represented in a SystemDefinition object. |
java.lang.String |
getStatus()
Retrieves the system status from a SystemDefinition object. |
java.lang.String |
getSystemCode()
Retrieves the system code from a SystemDefinition object. |
java.util.Date |
getUpdateDate()
Retrieves the date the system record represented in a SystemDefinition object was last updated. |
java.lang.String |
getUpdateUser()
Retrieves the login ID of the user who last updated the system record represented in a SystemDefinition object. |
java.lang.String |
getValueMask()
Retrieves the value mask for the local IDs assigned by the system represented in a SystemDefinition object. |
void |
setCreateDate(java.util.Date createDate)
Sets the create date for the system represented in a SystemDefinition object. |
void |
setCreateUserId(java.lang.String createUserId)
Sets the create user ID for the system represented in a SystemDefinition object. |
void |
setDescription(java.lang.String description)
Sets the description for the system represented in a SystemDefinition object. |
void |
setFormat(java.lang.String format)
Sets the local ID format for the system represented in a SystemDefinition object. |
void |
setIdLength(int length)
Sets the local ID length for the system represented in a SystemDefinition object. |
void |
setInputMask(java.lang.String inputMask)
Sets the local ID input mask for the system represented in a SystemDefinition object. |
void |
setStatus(java.lang.String status)
Sets the status of the system represented in a SystemDefinition object. |
void |
setSystemCode(java.lang.String systemCode)
Sets the processing code for the system represented in a SystemDefinition object. |
void |
setUpdateDate(java.util.Date updateDate)
Sets the update date for the system represented in a SystemDefinition object. |
void |
setUpdateUserId(java.lang.String updateUserId)
Sets the login ID of the user who last updated the system record represented in a SystemDefinition object. |
void |
setValueMask(java.lang.String valueMask)
Sets the local ID value mask for the system represented in a SystemDefinition object. |
java.lang.String |
toString()
Retrieves a string representation of the fields in the SystemDefinition object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SystemDefinition()
| Method Detail |
public java.util.Date getCreateDate()
java.util.Date - The create date of the system
in the SystemDefinition object.
public java.lang.String getCreateUser()
String - A user login ID.
public java.lang.String getDescription()
String - The description of the system
represented by the SystemDefinition object.
public java.lang.String getFormat()
String - The local ID format of the system
in the SystemDefinition object.
public int getIdLength()
int - The local ID length defined for the system
in the SystemDefinition object.
public java.lang.String getInputMask()
String - The input mask of the local IDs assigned by
the system in the SystemDefinition object.
public java.lang.String getStatus()
String - The status of the system
represented by the SystemDefinition object.
public java.lang.String getSystemCode()
String - The processing code of the system
represented by the SystemDefinition object.
public java.util.Date getUpdateDate()
java.util.Date - The update date of the system
in the SystemDefinition object.
public java.lang.String getUpdateUser()
String - A user login ID.
public java.lang.String getValueMask()
String - The value mask of the local IDs assigned by
the system in the SystemDefinition object.
public void setCreateDate(java.util.Date createDate)
createDate - A date indicating when the system record was
created.
void - None.
public void setCreateUserId(java.lang.String createUserId)
createUserId - A user login ID.
void - None.
public void setDescription(java.lang.String description)
description - An string containing a description.
void - None.
public void setFormat(java.lang.String format)
format - A string indicating the format of the local IDs.
void - None.
public void setIdLength(int length)
length - An integer indicating the length of the local IDs.
void - None.
public void setInputMask(java.lang.String inputMask)
inputMask - The input mask for the local IDs.
void - None.
public void setStatus(java.lang.String status)
status - A string containing a status.
void - None.
public void setSystemCode(java.lang.String systemCode)
systemCode - An string containing a system code.
void - None.
public void setUpdateDate(java.util.Date updateDate)
updateDate - A date indicating when the system record was
last updated.
void - None.
public void setUpdateUserId(java.lang.String updateUserId)
updateUserId - A user login ID.
void - None.
public void setValueMask(java.lang.String valueMask)
valueMask - The value mask for the local IDs.
void - None.
public java.lang.String toString()
String - The field values contained in the
SystemDefinition object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.