forked from Coded/SIPRP
git-svn-id: https://svn.coded.pt/svn/SIPRP@774 bb69d46d-e84e-40c8-a05a-06db0d633741
parent
c6c7c4f82b
commit
67bac141fe
@ -0,0 +1,7 @@
|
||||
package siprp.database.cayenne.objects;
|
||||
|
||||
import siprp.database.cayenne.objects.auto._HsRelatorioMedidaArea;
|
||||
|
||||
public class HsRelatorioMedidaArea extends _HsRelatorioMedidaArea {
|
||||
|
||||
}
|
||||
@ -0,0 +1,7 @@
|
||||
package siprp.database.cayenne.objects;
|
||||
|
||||
import siprp.database.cayenne.objects.auto._HsRelatorioMedidaPosto;
|
||||
|
||||
public class HsRelatorioMedidaPosto extends _HsRelatorioMedidaPosto {
|
||||
|
||||
}
|
||||
@ -0,0 +1,7 @@
|
||||
package siprp.database.cayenne.objects;
|
||||
|
||||
import siprp.database.cayenne.objects.auto._HsRelatorioRiscoValorQualitativo;
|
||||
|
||||
public class HsRelatorioRiscoValorQualitativo extends _HsRelatorioRiscoValorQualitativo {
|
||||
|
||||
}
|
||||
@ -0,0 +1,40 @@
|
||||
package siprp.database.cayenne.objects.auto;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import siprp.database.cayenne.objects.BaseObject;
|
||||
import siprp.database.cayenne.objects.HsRelatorioMedidaPosto;
|
||||
|
||||
/**
|
||||
* Class _HsRelatorioMedidaArea was generated by Cayenne.
|
||||
* It is probably a good idea to avoid changing this class manually,
|
||||
* since it may be overwritten next time code is regenerated.
|
||||
* If you need to make any customizations, please use subclass.
|
||||
*/
|
||||
public abstract class _HsRelatorioMedidaArea extends BaseObject {
|
||||
|
||||
public static final String DESCRIPTION_PROPERTY = "description";
|
||||
public static final String HS_RELATORIO_MEDIDA_POSTO_ARRAY_PROPERTY = "hsRelatorioMedidaPostoArray";
|
||||
|
||||
public static final String ID_PK_COLUMN = "id";
|
||||
|
||||
public void setDescription(String description) {
|
||||
writeProperty("description", description);
|
||||
}
|
||||
public String getDescription() {
|
||||
return (String)readProperty("description");
|
||||
}
|
||||
|
||||
public void addToHsRelatorioMedidaPostoArray(HsRelatorioMedidaPosto obj) {
|
||||
addToManyTarget("hsRelatorioMedidaPostoArray", obj, true);
|
||||
}
|
||||
public void removeFromHsRelatorioMedidaPostoArray(HsRelatorioMedidaPosto obj) {
|
||||
removeToManyTarget("hsRelatorioMedidaPostoArray", obj, true);
|
||||
}
|
||||
@SuppressWarnings("unchecked")
|
||||
public List<HsRelatorioMedidaPosto> getHsRelatorioMedidaPostoArray() {
|
||||
return (List<HsRelatorioMedidaPosto>)readProperty("hsRelatorioMedidaPostoArray");
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
@ -0,0 +1,35 @@
|
||||
package siprp.database.cayenne.objects.auto;
|
||||
|
||||
import siprp.database.cayenne.objects.BaseObject;
|
||||
import siprp.database.cayenne.objects.HsRelatorioMedidaArea;
|
||||
|
||||
/**
|
||||
* Class _HsRelatorioMedidaPosto was generated by Cayenne.
|
||||
* It is probably a good idea to avoid changing this class manually,
|
||||
* since it may be overwritten next time code is regenerated.
|
||||
* If you need to make any customizations, please use subclass.
|
||||
*/
|
||||
public abstract class _HsRelatorioMedidaPosto extends BaseObject {
|
||||
|
||||
public static final String DESCRIPTION_PROPERTY = "description";
|
||||
public static final String TO_HS_RELATORIO_MEDIDA_AREA_PROPERTY = "toHsRelatorioMedidaArea";
|
||||
|
||||
public static final String ID_PK_COLUMN = "id";
|
||||
|
||||
public void setDescription(String description) {
|
||||
writeProperty("description", description);
|
||||
}
|
||||
public String getDescription() {
|
||||
return (String)readProperty("description");
|
||||
}
|
||||
|
||||
public void setToHsRelatorioMedidaArea(HsRelatorioMedidaArea toHsRelatorioMedidaArea) {
|
||||
setToOneTarget("toHsRelatorioMedidaArea", toHsRelatorioMedidaArea, true);
|
||||
}
|
||||
|
||||
public HsRelatorioMedidaArea getToHsRelatorioMedidaArea() {
|
||||
return (HsRelatorioMedidaArea)readProperty("toHsRelatorioMedidaArea");
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
@ -0,0 +1,40 @@
|
||||
package siprp.database.cayenne.objects.auto;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import siprp.database.cayenne.objects.BaseObject;
|
||||
import siprp.database.cayenne.objects.HsRelatorioRisco;
|
||||
|
||||
/**
|
||||
* Class _HsRelatorioRiscoValorQualitativo was generated by Cayenne.
|
||||
* It is probably a good idea to avoid changing this class manually,
|
||||
* since it may be overwritten next time code is regenerated.
|
||||
* If you need to make any customizations, please use subclass.
|
||||
*/
|
||||
public abstract class _HsRelatorioRiscoValorQualitativo extends BaseObject {
|
||||
|
||||
public static final String DESCRIPTION_PROPERTY = "description";
|
||||
public static final String HS_RELATORIO_RISCO_ARRAY_PROPERTY = "hsRelatorioRiscoArray";
|
||||
|
||||
public static final String ID_PK_COLUMN = "id";
|
||||
|
||||
public void setDescription(String description) {
|
||||
writeProperty("description", description);
|
||||
}
|
||||
public String getDescription() {
|
||||
return (String)readProperty("description");
|
||||
}
|
||||
|
||||
public void addToHsRelatorioRiscoArray(HsRelatorioRisco obj) {
|
||||
addToManyTarget("hsRelatorioRiscoArray", obj, true);
|
||||
}
|
||||
public void removeFromHsRelatorioRiscoArray(HsRelatorioRisco obj) {
|
||||
removeToManyTarget("hsRelatorioRiscoArray", obj, true);
|
||||
}
|
||||
@SuppressWarnings("unchecked")
|
||||
public List<HsRelatorioRisco> getHsRelatorioRiscoArray() {
|
||||
return (List<HsRelatorioRisco>)readProperty("hsRelatorioRiscoArray");
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Loading…
Reference in new issue