public class TagAlter extends Object
| Constructor and Description |
|---|
TagAlter() |
TagAlter(String colName,
String colValue,
boolean colValueNull) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getColName() |
String |
getColValue() |
int |
hashCode() |
boolean |
isColValueNull() |
void |
setColName(String colName) |
void |
setColValue(String colValue) |
void |
setColValueNull(boolean colValueNull) |
public String getColName()
public void setColName(String colName)
public String getColValue()
public void setColValue(String colValue)
public boolean isColValueNull()
public void setColValueNull(boolean colValueNull)
Copyright © 2025. All rights reserved.