public class AssetField extends Object implements Serializable
Constructor and Description |
---|
AssetField() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getFormatString()
Returns the value of field 'formatString'.
|
MibObjs |
getMibObjs()
Returns the value of field 'mibObjs'.
|
String |
getName()
Returns the value of field 'name'.
|
int |
hashCode()
Method hashCode.
|
void |
setFormatString(String formatString)
Sets the value of field 'formatString'.
|
void |
setMibObjs(MibObjs mibObjs)
Sets the value of field 'mibObjs'.
|
void |
setName(String name)
Sets the value of field 'name'.
|
public boolean equals(Object obj)
public String getFormatString()
public MibObjs getMibObjs()
public String getName()
public int hashCode()
public void setFormatString(String formatString)
formatString
- the value of field 'formatString'.public void setMibObjs(MibObjs mibObjs)
mibObjs
- the value of field 'mibObjs'.public void setName(String name)
name
- the value of field 'name'.Copyright © 2017. All rights reserved.