public class AppConfigGroupModel
extends java.lang.Object
Constructor and Description |
---|
AppConfigGroupModel(long groupId,
java.lang.String name,
int type,
boolean active,
boolean certified,
long imageId) |
Modifier and Type | Method and Description |
---|---|
boolean |
getActive() |
boolean |
getCertified() |
long |
getGroupId() |
long |
getImageId() |
java.lang.String |
getName() |
int |
getType() |
void |
setActive(boolean active) |
void |
setCertified(boolean certified) |
void |
setGroupId(long groupId) |
void |
setImageId(long imageId) |
void |
setName(java.lang.String name) |
void |
setType(int type) |
public AppConfigGroupModel(long groupId, java.lang.String name, int type, boolean active, boolean certified, long imageId)
public long getGroupId()
public java.lang.String getName()
public int getType()
public boolean getActive()
public boolean getCertified()
public long getImageId()
public void setGroupId(long groupId)
public void setName(java.lang.String name)
public void setType(int type)
public void setActive(boolean active)
public void setCertified(boolean certified)
public void setImageId(long imageId)
Copyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.