probe model

This commit is contained in:
insanity 2018-04-27 12:29:19 +09:00
parent 5d55239309
commit becee0d2a4
2 changed files with 10 additions and 10 deletions

View File

@ -68,7 +68,7 @@
<build>
<plugins>
<plugin>
<!-- <plugin>
<groupId>cz.habarta.typescript-generator</groupId>
<artifactId>typescript-generator-maven-plugin</artifactId>
<version>1.25.322</version>
@ -89,7 +89,7 @@
<outputKind>module</outputKind>
<outputFileType>implementationFile</outputFileType>
</configuration>
</plugin>
</plugin> -->
</plugins>
</build>
</project>

View File

@ -25,7 +25,7 @@ public class Probe {
private String cidr;
private Date authorizeDate;
private Member authorizeMember;
private int targetCount = 0;
// private int targetCount = 0;
public Probe() {
@ -145,14 +145,14 @@ public class Probe {
}
@Column(name = "TARGET_COUNT", nullable = false)
public int getTargetCount() {
return targetCount;
}
// @Column(name = "TARGET_COUNT", nullable = false)
// public int getTargetCount() {
// return targetCount;
// }
public void setTargetCount(int targetCount) {
this.targetCount = targetCount;
}
// public void setTargetCount(int targetCount) {
// this.targetCount = targetCount;
// }