public class GUITemplate extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
CATEGORY_ACTIVE_INVOICE |
static int |
CATEGORY_CONTRACT |
static int |
CATEGORY_DDT |
static int |
CATEGORY_GENERIC |
static int |
CATEGORY_PASSIVE_INVOICE |
static int |
SIGNED_NO |
static int |
SIGNED_REQUIRED |
static int |
TYPE_AOS |
static int |
TYPE_DEFAULT |
Constructor and Description |
---|
GUITemplate() |
Modifier and Type | Method and Description |
---|---|
GUIExtendedAttribute[] |
getAttributes() |
int |
getCategory() |
String |
getDescription() |
long |
getId() |
String |
getName() |
Integer |
getRetentionDays() |
int |
getSignRequired() |
int |
getType() |
boolean |
isReadonly() |
void |
setAttributes(GUIExtendedAttribute[] attributes) |
void |
setCategory(int category) |
void |
setDescription(String description) |
void |
setId(long id) |
void |
setName(String name) |
void |
setReadonly(boolean readonly) |
void |
setRetentionDays(Integer retentionDays) |
void |
setSignRequired(int signRequired) |
void |
setType(int type) |
public static int TYPE_DEFAULT
public static int TYPE_AOS
public static int CATEGORY_GENERIC
public static int CATEGORY_ACTIVE_INVOICE
public static int CATEGORY_PASSIVE_INVOICE
public static int CATEGORY_DDT
public static int CATEGORY_CONTRACT
public static int SIGNED_NO
public static int SIGNED_REQUIRED
public long getId()
public void setId(long id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public GUIExtendedAttribute[] getAttributes()
public void setAttributes(GUIExtendedAttribute[] attributes)
public boolean isReadonly()
public void setReadonly(boolean readonly)
public int getType()
public void setType(int type)
public int getCategory()
public void setCategory(int category)
public int getSignRequired()
public void setSignRequired(int signRequired)
public Integer getRetentionDays()
public void setRetentionDays(Integer retentionDays)
Copyright © 2008-2014 Logical Objects. All Rights Reserved.