mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
change properties
This commit is contained in:
parent
65b1ea70ab
commit
d30048d94d
@ -32,7 +32,7 @@ public class Application {
|
|||||||
private String imageUrl;
|
private String imageUrl;
|
||||||
private String version;
|
private String version;
|
||||||
private String type;
|
private String type;
|
||||||
private List<Properties> appProperties;
|
private Properties appProperties;
|
||||||
|
|
||||||
public String getType() {
|
public String getType() {
|
||||||
return type;
|
return type;
|
||||||
@ -109,12 +109,13 @@ public class Application {
|
|||||||
this.category = category;
|
this.category = category;
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<Properties> getAppProperties() {
|
public Properties getAppProperties() {
|
||||||
return appProperties;
|
return appProperties;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setAppProperties(List<Properties> appProperties) {
|
public void setAppProperties(Properties appProperties) {
|
||||||
this.appProperties = appProperties;
|
this.appProperties = appProperties;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user