public class MrsatPropertyResolver extends AbstractBasicPropertyResolver<Mrsat>
Constructor and Description |
---|
MrsatPropertyResolver() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDegreeOfFidelity(Mrsat item)
Gets the degree of fidelity.
|
java.lang.String |
getEntityCodeNamespace(Mrsat item) |
java.lang.String |
getFormat(Mrsat item)
Gets the format.
|
boolean |
getIsActive(Mrsat item)
Gets the checks if is active.
|
java.lang.String |
getLanguage(Mrsat item)
Gets the language.
|
boolean |
getMatchIfNoContext(Mrsat item)
Gets the match if no context.
|
MrsatUtility |
getMrsatUtility()
Gets the mrsat utility.
|
java.lang.String |
getPropertyName(Mrsat item)
Gets the property name.
|
java.lang.String |
getPropertyType(Mrsat item)
Gets the property type.
|
java.lang.String |
getPropertyValue(Mrsat item)
Gets the property value.
|
java.lang.String |
getRepresentationalForm(Mrsat item)
Gets the representational form.
|
void |
setMrsatUtility(MrsatUtility mrsatUtility)
Sets the mrsat utility.
|
getEntityCode, getEntityCodeResolver, getEntityNamespaceResolver, getId, getIndividualIdSetter, setEntityCodeResolver, setEntityNamespaceResolver, setIndividualIdSetter
public java.lang.String getDegreeOfFidelity(Mrsat item)
PropertyResolver
item
- the itempublic java.lang.String getFormat(Mrsat item)
PropertyResolver
item
- the itempublic boolean getIsActive(Mrsat item)
PropertyResolver
item
- the itempublic java.lang.String getLanguage(Mrsat item)
PropertyResolver
item
- the itempublic boolean getMatchIfNoContext(Mrsat item)
PropertyResolver
item
- the itempublic java.lang.String getPropertyName(Mrsat item)
PropertyResolver
item
- the itempublic java.lang.String getPropertyType(Mrsat item)
PropertyResolver
item
- the itempublic java.lang.String getPropertyValue(Mrsat item)
PropertyResolver
item
- the itempublic java.lang.String getRepresentationalForm(Mrsat item)
PropertyResolver
item
- the itempublic MrsatUtility getMrsatUtility()
public void setMrsatUtility(MrsatUtility mrsatUtility)
mrsatUtility
- the new mrsat utilitypublic java.lang.String getEntityCodeNamespace(Mrsat item)
getEntityCodeNamespace
in interface PropertyResolver<Mrsat>
getEntityCodeNamespace
in class AbstractBasicPropertyResolver<Mrsat>