Class ClusterSystem
- java.lang.Object
-
- de.hybris.datasupplier.generator.tomcat.data.ClusterSystem
-
public class ClusterSystem extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ClusterSystem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetClusterSystemName()java.lang.StringgetClusterTechnologyType()java.lang.StringgetComputerName()inthashCode()voidsetClusterSystemName(java.lang.String clusterSystemName)voidsetClusterTechnologyType(java.lang.String clusterTechnologyType)voidsetComputerName(java.lang.String computerName)java.lang.StringtoString()
-
-
-
Method Detail
-
getClusterSystemName
public java.lang.String getClusterSystemName()
- Returns:
- the clusterSystemName
-
setClusterSystemName
public void setClusterSystemName(java.lang.String clusterSystemName)
- Parameters:
clusterSystemName- the clusterSystemName to set
-
getClusterTechnologyType
public java.lang.String getClusterTechnologyType()
- Returns:
- the clusterTechnologyType
-
setClusterTechnologyType
public void setClusterTechnologyType(java.lang.String clusterTechnologyType)
- Parameters:
clusterTechnologyType- the clusterTechnologyType to set
-
getComputerName
public java.lang.String getComputerName()
- Returns:
- the computerName
-
setComputerName
public void setComputerName(java.lang.String computerName)
- Parameters:
computerName- the computerName to set
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-