public class MTagCommon extends Object implements IWithITSAttributes
MTag.| Constructor and Description |
|---|
MTagCommon(MTagCommon original)
Copy constructor.
|
MTagCommon(String id,
String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Indicates if this object is equals to a given one.
|
String |
getId()
Gets the id of the object that holds the ITS items.
|
ITSItems |
getITSItems()
Gets the ITS items associated with this object.
|
String |
getRef() |
Boolean |
getTranslate() |
String |
getType() |
String |
getValue() |
int |
hashCode() |
boolean |
hasITSItem()
Indicates if the object has at least one ITS item.
|
void |
setId(String id) |
void |
setITSItems(ITSItems itsItems)
Sets the list of the ITS items associated with this object.
|
void |
setRef(String ref) |
void |
setTranslate(Boolean translate) |
void |
setType(String type) |
void |
setValue(String value) |
public MTagCommon(MTagCommon original)
original - the existing MTagCommon to duplicate.public String getId()
IWithITSAttributesgetId in interface IWithITSAttributespublic void setId(String id)
public void setType(String type)
public String getRef()
public void setRef(String ref)
public String getValue()
public void setValue(String value)
public Boolean getTranslate()
public void setTranslate(Boolean translate)
public boolean equals(Object other)
public boolean hasITSItem()
IWithITSAttributeshasITSItem in interface IWithITSAttributespublic ITSItems getITSItems()
IWithITSAttributesgetITSItems in interface IWithITSAttributespublic void setITSItems(ITSItems itsItems)
IWithITSAttributessetITSItems in interface IWithITSAttributesitsItems - the new items to set.public String getType()
Copyright © 2020. All rights reserved.