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;
|
||||
}
|
||||
|
||||
public List<MtbSsfam> getMtbSsfam() {
|
||||
return mtbSsfam;
|
||||
}
|
||||
|
||||
public MtbSfam setMtbSsfam(List<MtbSsfam> mtbSsfam) {
|
||||
this.mtbSsfam = mtbSsfam;
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public boolean equalsKey(MtbSfam 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.Table;
|
||||
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.Logger;
|
||||
import org.kie.api.definition.type.PropertyReactive;
|
||||
|
||||
|
||||
@PropertyReactive()
|
||||
@Table(value = MtbSsfam.ENTITY)
|
||||
@JsonTypeName(value = MtbSsfam.ENTITY)
|
||||
public class MtbSsfam extends EntityBase {
|
||||
@Table(MtbSsfam.ENTITY)
|
||||
@JsonTypeName( MtbSsfam.ENTITY)
|
||||
public abstract class MtbSsfam extends EntityBase implements EquatableEntityInterface<MtbSsfam> {
|
||||
|
||||
public final static String ENTITY = "mtb_ssfam";
|
||||
|
||||
@@ -96,5 +97,4 @@ public class MtbSsfam extends EntityBase {
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user