create get e set entity child mtbSsfam nella mtbSfam
Some checks failed
IntegryManagementSystem_Multi/pipeline/head There was a failure building this commit
Some checks failed
IntegryManagementSystem_Multi/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -84,6 +84,16 @@ public class MtbSfam extends EntityBase implements EquatableEntityInterface<MtbS
|
|||||||
this.descrizione = descrizione;
|
this.descrizione = descrizione;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public List<MtbSsfam> getMtbSsfam() {
|
||||||
|
return mtbSsfam;
|
||||||
|
}
|
||||||
|
|
||||||
|
public MtbSfam setMtbSsfam(List<MtbSsfam> mtbSsfam) {
|
||||||
|
this.mtbSsfam = mtbSsfam;
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean equalsKey(MtbSfam other) {
|
public boolean equalsKey(MtbSfam other) {
|
||||||
if (this == other)
|
if (this == other)
|
||||||
|
|||||||
@@ -6,15 +6,16 @@ import it.integry.ems_model.annotation.PK;
|
|||||||
import it.integry.ems_model.annotation.SqlField;
|
import it.integry.ems_model.annotation.SqlField;
|
||||||
import it.integry.ems_model.annotation.Table;
|
import it.integry.ems_model.annotation.Table;
|
||||||
import it.integry.ems_model.base.EntityBase;
|
import it.integry.ems_model.base.EntityBase;
|
||||||
|
import it.integry.ems_model.base.EquatableEntityInterface;
|
||||||
import org.apache.logging.log4j.LogManager;
|
import org.apache.logging.log4j.LogManager;
|
||||||
import org.apache.logging.log4j.Logger;
|
import org.apache.logging.log4j.Logger;
|
||||||
import org.kie.api.definition.type.PropertyReactive;
|
import org.kie.api.definition.type.PropertyReactive;
|
||||||
|
|
||||||
|
|
||||||
@PropertyReactive()
|
@PropertyReactive()
|
||||||
@Table(value = MtbSsfam.ENTITY)
|
@Table(MtbSsfam.ENTITY)
|
||||||
@JsonTypeName(value = MtbSsfam.ENTITY)
|
@JsonTypeName( MtbSsfam.ENTITY)
|
||||||
public class MtbSsfam extends EntityBase {
|
public abstract class MtbSsfam extends EntityBase implements EquatableEntityInterface<MtbSsfam> {
|
||||||
|
|
||||||
public final static String ENTITY = "mtb_ssfam";
|
public final static String ENTITY = "mtb_ssfam";
|
||||||
|
|
||||||
@@ -96,5 +97,4 @@ public class MtbSsfam extends EntityBase {
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user