Package com.ads.api.beans.sm
Class SMSystem
java.lang.Object
com.ads.api.beans.common.Node
com.ads.api.beans.sm.SMSystem
This class provides some beans control methods related to System, and its related Audit History Details.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ads.api.beans.common.Node
Node.Depth, Node.InputDataType, Node.NodeType, Node.ReturnType -
Constructor Summary
ConstructorsConstructorDescriptionSMSystem()SMSystem(int systemId, int totalTableCount, int averageNamedUsersCount, int averageConcurrentUsersCount, AuditHistory auditHistory) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEnvironment(SMEnvironment environment) Adds environment as specified in SMEnvironment Object.addSDIClassification(SDIClassification classification) It adds the given sdiClassification object to the list.voiddeleteEnvironment(SMEnvironment environment) Deletes the specified environment objectReturns the AuditHistory Details.intReturns the averageConcurrentUsersCount.intReturns the averageNamedUsersCount.Returns the dailyBatchExtractWindow.Returns the dataProfileScore.intReturns the dataProfileScoreId.Deprecated.Returns the dbmsPlatform.Returns the dbmsVersion.Returns the endOfDayDefinition as specified.Returns the list of SMEnvironment objects.Returns the esbPlatformType.Returns the esbQManagerName.Returns the fileLocation.Returns the fileManagmentSystemType.Returns the release.intDeprecated.Deprecated.Returns the list of sdiClassifications of the system.Deprecated.Returns the serverOSVersion.Returns the serverPlatform.Returns the specialInsructionsComments.Returns the systemBusinessPurposeShort.Returns the systemDescriptionLongintReturns the systemId.Returns the systemName.Returns the systemOwnerEmail AddressReturns the systemOwnerFullName.Returns the systemOwnerTelephone Number.Returns the systemPrimaryMoveType i.e source or targetReturns the totalDBSizeInGB.intReturns the totalTableCount.booleanReturns the sdiFlag Value.voidsetAuditHistory(AuditHistory auditHistory) Sets the AuditHistory details as specified.voidsetAverageConcurrentUsersCount(int averageConcurrentUsersCount) Sets the averageConcurrentUsersCount as specified.voidsetAverageNamedUsersCount(int averageNamedUsersCount) Sets the averageNamedUsersCount as specified.voidsetDailyBatchExtractWindow(String dailyBatchExtractWindow) Sets the dailyBatchExtractWindow as specified.voidsetDataProfileScore(String dataProfileScore) Sets the dataProfileScore as specified.voidsetDataProfileScoreId(int dataProfileScoreId) Sets the dataProfileScoreId as specified.voidsetDataStewardName(String dataStewardName) Deprecated.voidsetDBMSPlatform(String dbmsPlatform) Sets the dbmsPlatform as specified.voidsetDBMSVersion(String dbmsVersion) Sets the dbmsVersion as specified.voidsetEndOfDayDefinition(String endOfDayDefinition) Sets the endOfDayDefinition as specified.voidsetESBPlatformType(String esbPlatformType) Sets the esbPlatformType as specified.voidsetESBQManagerName(String esbQManagerName) Sets the esbQManagerName as specified.voidsetFileLocation(String fileLocation) Sets the fileLocation as specified.voidsetFileManagmentSystemType(String fileManagmentSystemType) Sets the fileManagmentSystemType as specified.voidsetRelease(String release) Sets the release as specified.voidsetSdiClassificationId(int sdiClassificationId) Deprecated.voidsetSdiClassificationName(String sdiClassificationName) Deprecated.voidsetSDIClassifications(List<SDIClassification> sdiClassifications) Method sets the list of sdiClassifications to the system as specified.voidsetSdiDescription(String sdiDescription) Deprecated.voidsetSdiFlag(boolean sdiFlag) Method sets the sdiFlag to the environment as specified.voidsetServerOSVersion(String serverOSVersion) Sets the serverOSVersion as specified.voidsetServerPlatform(String serverPlatform) Sets the serverPlatform as specified.voidsetSpecialInsructionsComments(String specialInsructionsComments) Sets the specialInsructionsComments as specified.voidsetSystemBusinessPurposeShort(String systemBusinessPurposeShort) Sets the systemBusinessPurposeShort as specified.voidsetSystemDescriptionLong(String systemDescriptionLong) Sets the systemDescriptionLong as specified.voidsetSystemId(int systemId) Sets the systemId as specified.voidsetSystemName(String systemName) Sets the systemName as specified.voidsetSystemOwnerEmail(String systemOwnerEmail) Sets the systemOwnerEmail Address as specified.voidsetSystemOwnerFullName(String systemOwnerFullName) Sets the systemOwnerFullName as specified.voidsetSystemOwnerTelephone(String systemOwnerTelephone) Sets the systemOwnerTelephone Number as specified.voidsetSystemPrimaryMoveType(String systemPrimaryMoveType) Sets the systemPrimaryMoveType as specified.voidsetTotalDBSizeInGB(String totalDBSizeInGB) Sets the totalDBSizeInGB as specified.voidsetTotalTableCount(int totalTableCount) Sets the totalTableCount as specified.Methods inherited from class com.ads.api.beans.common.Node
addChildNode, getChildNodes, getEndPointType, getNodeId, getNodeType, getObjectTypeId, setChildNodes, setEndPointType, setNodeId, setNodeType, setObjectTypeId
-
Constructor Details
-
SMSystem
public SMSystem() -
SMSystem
public SMSystem(int systemId, int totalTableCount, int averageNamedUsersCount, int averageConcurrentUsersCount, AuditHistory auditHistory)
-
-
Method Details
-
getSystemId
public int getSystemId()Returns the systemId.- Returns:
- int
-
setSystemId
public void setSystemId(int systemId) Sets the systemId as specified.- Parameters:
systemId- int
-
getSystemName
Returns the systemName.- Returns:
- String
-
setSystemName
Sets the systemName as specified.- Parameters:
systemName- String
-
getSystemPrimaryMoveType
Returns the systemPrimaryMoveType i.e source or target- Returns:
- String
-
setSystemPrimaryMoveType
Sets the systemPrimaryMoveType as specified.- Parameters:
systemPrimaryMoveType- String
-
getSystemBusinessPurposeShort
Returns the systemBusinessPurposeShort.- Returns:
- String
-
setSystemBusinessPurposeShort
Sets the systemBusinessPurposeShort as specified.- Parameters:
systemBusinessPurposeShort- String
-
getSystemDescriptionLong
Returns the systemDescriptionLong- Returns:
- String
-
setSystemDescriptionLong
Sets the systemDescriptionLong as specified.- Parameters:
systemDescriptionLong- String
-
getServerPlatform
Returns the serverPlatform.- Returns:
- String
-
setServerPlatform
Sets the serverPlatform as specified.- Parameters:
serverPlatform- String
-
getServerOSVersion
Returns the serverOSVersion.- Returns:
- String
-
setServerOSVersion
Sets the serverOSVersion as specified.- Parameters:
serverOSVersion- String
-
getDBMSPlatform
Returns the dbmsPlatform.- Returns:
- String
-
setDBMSPlatform
Sets the dbmsPlatform as specified.- Parameters:
dbmsPlatform- String
-
getDBMSVersion
Returns the dbmsVersion.- Returns:
- String
-
setDBMSVersion
Sets the dbmsVersion as specified.- Parameters:
dbmsVersion- String
-
getFileManagmentSystemType
Returns the fileManagmentSystemType.- Returns:
- String
-
setFileManagmentSystemType
Sets the fileManagmentSystemType as specified.- Parameters:
fileManagmentSystemType- String
-
getFileLocation
Returns the fileLocation.- Returns:
- String
-
setFileLocation
Sets the fileLocation as specified.- Parameters:
fileLocation- String
-
getESBPlatformType
Returns the esbPlatformType.- Returns:
- String
-
setESBPlatformType
Sets the esbPlatformType as specified.- Parameters:
esbPlatformType- String
-
getESBQManagerName
Returns the esbQManagerName.- Returns:
- String
-
setESBQManagerName
Sets the esbQManagerName as specified.- Parameters:
esbQManagerName- String
-
getRelease
Returns the release.- Returns:
- String
-
setRelease
Sets the release as specified.- Parameters:
release- String
-
getTotalTableCount
public int getTotalTableCount()Returns the totalTableCount.- Returns:
- String
-
setTotalTableCount
public void setTotalTableCount(int totalTableCount) Sets the totalTableCount as specified.- Parameters:
totalTableCount- int
-
getTotalDBSizeInGB
Returns the totalDBSizeInGB.- Returns:
- String
-
setTotalDBSizeInGB
Sets the totalDBSizeInGB as specified.- Parameters:
totalDBSizeInGB- String
-
getEndOfDayDefinition
Returns the endOfDayDefinition as specified.- Returns:
- String
-
setEndOfDayDefinition
Sets the endOfDayDefinition as specified.- Parameters:
endOfDayDefinition- String
-
getDailyBatchExtractWindow
Returns the dailyBatchExtractWindow.- Returns:
- String
-
setDailyBatchExtractWindow
Sets the dailyBatchExtractWindow as specified.- Parameters:
dailyBatchExtractWindow- String
-
getAverageNamedUsersCount
public int getAverageNamedUsersCount()Returns the averageNamedUsersCount.- Returns:
- int
-
setAverageNamedUsersCount
public void setAverageNamedUsersCount(int averageNamedUsersCount) Sets the averageNamedUsersCount as specified.- Parameters:
averageNamedUsersCount- int
-
getAverageConcurrentUsersCount
public int getAverageConcurrentUsersCount()Returns the averageConcurrentUsersCount.- Returns:
- int
-
setAverageConcurrentUsersCount
public void setAverageConcurrentUsersCount(int averageConcurrentUsersCount) Sets the averageConcurrentUsersCount as specified.- Parameters:
averageConcurrentUsersCount- int
-
getSpecialInsructionsComments
Returns the specialInsructionsComments.- Returns:
- String
-
setSpecialInsructionsComments
Sets the specialInsructionsComments as specified.- Parameters:
specialInsructionsComments- String
-
getSystemOwnerFullName
Returns the systemOwnerFullName.- Returns:
- String
-
setSystemOwnerFullName
Sets the systemOwnerFullName as specified.- Parameters:
systemOwnerFullName- String
-
getSystemOwnerTelephone
Returns the systemOwnerTelephone Number.- Returns:
- String
-
setSystemOwnerTelephone
Sets the systemOwnerTelephone Number as specified.- Parameters:
systemOwnerTelephone- String
-
getSystemOwnerEmail
Returns the systemOwnerEmail Address- Returns:
- String
-
setSystemOwnerEmail
Sets the systemOwnerEmail Address as specified.- Parameters:
systemOwnerEmail- String
-
getAuditHistory
Returns the AuditHistory Details. i.e it returns the createdBy, lastModifiedBy, createdDate, lastModifiedDate.- Returns:
- AuditHistory Object
-
setAuditHistory
Sets the AuditHistory details as specified.- Parameters:
auditHistory- AuditHistory Object
-
getDataStewardName
Deprecated.Returns the dataStewardName.- Returns:
- dataStewardName
-
setDataStewardName
Deprecated.Sets the dataStewardName as specified.- Parameters:
dataStewardName-
-
getDataProfileScoreId
public int getDataProfileScoreId()Returns the dataProfileScoreId.- Returns:
- dataProfileScoreId
-
setDataProfileScoreId
public void setDataProfileScoreId(int dataProfileScoreId) Sets the dataProfileScoreId as specified.- Parameters:
dataProfileScoreId-
-
getDataProfileScore
Returns the dataProfileScore.- Returns:
- dataProfileScore
-
setDataProfileScore
Sets the dataProfileScore as specified.- Parameters:
dataProfileScore-
-
addEnvironment
Adds environment as specified in SMEnvironment Object.- Parameters:
environment- SMEnvironment
-
deleteEnvironment
Deletes the specified environment object- Parameters:
environment- SMEnvironment
-
getEnvironments
Returns the list of SMEnvironment objects.- Returns:
- SMEnvironment objects Collection
-
getSdiClassificationId
public int getSdiClassificationId()Deprecated.Returns the sdiClassificationId Value.- Returns:
- sdiClassificationId int
-
setSdiClassificationId
public void setSdiClassificationId(int sdiClassificationId) Deprecated.Method sets the sdiClassificationId to the system as specified.- Parameters:
sdiClassificationId- int
-
getSdiClassificationName
Deprecated.Returns the sdiClassificationId Value.- Returns:
- sdiClassificationId int
-
setSdiClassificationName
Deprecated.Method sets the sdiClassificationName to the environment as specified.- Parameters:
sdiClassificationName- String
-
isSdiFlag
public boolean isSdiFlag()Returns the sdiFlag Value.- Returns:
- sdiFlag boolean
-
setSdiFlag
public void setSdiFlag(boolean sdiFlag) Method sets the sdiFlag to the environment as specified.- Parameters:
sdiFlag- boolean
-
getSdiDescription
Deprecated.Returns the sdiDescription Value.- Returns:
- sdiDescription String
-
setSdiDescription
Deprecated.Method sets the sdiDescription to the environment as specified.- Parameters:
sdiDescription- String
-
getSDIClassifications
Returns the list of sdiClassifications of the system.- Returns:
- sdiClassifications List
-
setSDIClassifications
Method sets the list of sdiClassifications to the system as specified.- Parameters:
sdiClassifications- List
-
addSDIClassification
It adds the given sdiClassification object to the list.- Parameters:
classification-- Returns:
- SMSystem
-