Package org.kie.efesto.common.api.model
Class GeneratedExecutableResource
- java.lang.Object
-
- org.kie.efesto.common.api.model.GeneratedExecutableResource
-
- All Implemented Interfaces:
Serializable,GeneratedResource
public final class GeneratedExecutableResource extends Object implements GeneratedResource
AGeneratedResourcemeant to be directly executed, with a full reference name (frn) identifier- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeneratedExecutableResource()GeneratedExecutableResource(FRI fri, List<String> fullClassNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)TwoGeneratedExecutableResources are equals if they have the same full path OR if they have the same full reference nameFRIgetFri()List<String>getFullClassNames()inthashCode()StringtoString()
-