public class Mapping extends Object implements Serializable
Constructor and Description |
---|
Mapping() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getSysdescrMatch()
Returns the value of field 'sysdescrMatch'.
|
String |
getSysoidMask()
Returns the value of field 'sysoidMask'.
|
String |
getType()
Returns the value of field 'type'.
|
int |
hashCode()
Method hashCode.
|
void |
setSysdescrMatch(String sysdescrMatch)
Sets the value of field 'sysdescrMatch'.
|
void |
setSysoidMask(String sysoidMask)
Sets the value of field 'sysoidMask'.
|
void |
setType(String type)
Sets the value of field 'type'.
|
public boolean equals(Object obj)
public String getSysdescrMatch()
public String getSysoidMask()
public String getType()
public int hashCode()
public void setSysdescrMatch(String sysdescrMatch)
sysdescrMatch
- the value of field 'sysdescrMatch'.public void setSysoidMask(String sysoidMask)
sysoidMask
- the value of field 'sysoidMask'.public void setType(String type)
type
- the value of field 'type'.Copyright © 2017. All rights reserved.