Package org.kie.pmml.api.identifiers
Class LocalComponentIdRedirectPmml
- java.lang.Object
-
- org.kie.efesto.common.api.identifiers.LocalUriId
-
- org.kie.efesto.common.api.identifiers.ModelLocalUriId
-
- org.kie.pmml.api.identifiers.AbstractModelLocalUriIdPmml
-
- org.kie.pmml.api.identifiers.LocalComponentIdRedirectPmml
-
- All Implemented Interfaces:
Serializable,org.kie.efesto.common.api.identifiers.Id,org.kie.efesto.common.api.identifiers.LocalId
public class LocalComponentIdRedirectPmml extends AbstractModelLocalUriIdPmml
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.kie.pmml.api.identifiers.AbstractModelLocalUriIdPmml
fileName, name
-
-
Constructor Summary
Constructors Constructor Description LocalComponentIdRedirectPmml(String redirectModel, String fileName, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetRedirectModel()inthashCode()-
Methods inherited from class org.kie.pmml.api.identifiers.AbstractModelLocalUriIdPmml
getFileName, name, toLocalId
-
-
-
-
Method Detail
-
getRedirectModel
public String getRedirectModel()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAbstractModelLocalUriIdPmml
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractModelLocalUriIdPmml
-
-