|
|
@ -74,8 +74,6 @@ public class Platform implements Cloneable {
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private boolean published;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public int getId() {
|
|
|
|
public int getId() {
|
|
|
|
return id;
|
|
|
|
return id;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -132,14 +130,6 @@ public class Platform implements Cloneable {
|
|
|
|
this.tags = tags;
|
|
|
|
this.tags = tags;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public boolean isPublished() {
|
|
|
|
|
|
|
|
return published;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setPublished(boolean published) {
|
|
|
|
|
|
|
|
this.published = published;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public boolean isFileBased() {
|
|
|
|
public boolean isFileBased() {
|
|
|
|
return fileBased;
|
|
|
|
return fileBased;
|
|
|
|
}
|
|
|
|
}
|
|
|
|