|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_M_AttributeSet
public class X_M_AttributeSet
Generated Model for M_AttributeSet
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
MANDATORYTYPE_AD_Reference_ID
MandatoryType AD_Reference_ID=324 |
static String |
MANDATORYTYPE_AlwaysMandatory
Always Mandatory = Y |
static String |
MANDATORYTYPE_NotMandatory
Not Mandatory = N |
static String |
MANDATORYTYPE_WhenShipping
When Shipping = S |
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=560 |
static String |
Table_Name
TableName=M_AttributeSet |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_M_AttributeSet(Ctx ctx,
int M_AttributeSet_ID,
String trxName)
Standard Constructor |
|
X_M_AttributeSet(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getDescription()
Get Description. |
int |
getGuaranteeDays()
Get Guarantee Days. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getLotCharEOverwrite()
Get Lot Char End Overwrite. |
String |
getLotCharSOverwrite()
Get Lot Char Start Overwrite. |
int |
getM_AttributeSet_ID()
Get Attribute Set. |
int |
getM_LotCtl_ID()
Get Lot Control. |
int |
getM_SerNoCtl_ID()
Get Serial No Control. |
String |
getMandatoryType()
Get Mandatory Type. |
String |
getName()
Get Name. |
String |
getSerNoCharEOverwrite()
Get SerNo Char End Overwrite. |
String |
getSerNoCharSOverwrite()
Get SerNo Char Start Overwrite. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isGuaranteeDate()
Get Guarantee Date. |
boolean |
isGuaranteeDateMandatory()
Get Mandatory Guarantee Date. |
boolean |
isInstanceAttribute()
Get Instance Attribute. |
boolean |
isLot()
Get Lot. |
boolean |
isLotMandatory()
Get Mandatory Lot. |
boolean |
isMandatoryTypeValid(String test)
Is test a valid value. |
boolean |
isSerNo()
Get Serial No. |
boolean |
isSerNoMandatory()
Get Mandatory Serial No. |
void |
setDescription(String Description)
Set Description. |
void |
setGuaranteeDays(int GuaranteeDays)
Set Guarantee Days. |
void |
setIsGuaranteeDate(boolean IsGuaranteeDate)
Set Guarantee Date. |
void |
setIsGuaranteeDateMandatory(boolean IsGuaranteeDateMandatory)
Set Mandatory Guarantee Date. |
void |
setIsInstanceAttribute(boolean IsInstanceAttribute)
Set Instance Attribute. |
void |
setIsLot(boolean IsLot)
Set Lot. |
void |
setIsLotMandatory(boolean IsLotMandatory)
Set Mandatory Lot. |
void |
setIsSerNo(boolean IsSerNo)
Set Serial No. |
void |
setIsSerNoMandatory(boolean IsSerNoMandatory)
Set Mandatory Serial No. |
void |
setLotCharEOverwrite(String LotCharEOverwrite)
Set Lot Char End Overwrite. |
void |
setLotCharSOverwrite(String LotCharSOverwrite)
Set Lot Char Start Overwrite. |
void |
setM_AttributeSet_ID(int M_AttributeSet_ID)
Set Attribute Set. |
void |
setM_LotCtl_ID(int M_LotCtl_ID)
Set Lot Control. |
void |
setM_SerNoCtl_ID(int M_SerNoCtl_ID)
Set Serial No Control. |
void |
setMandatoryType(String MandatoryType)
Set Mandatory Type. |
void |
setName(String Name)
Set Name. |
void |
setSerNoCharEOverwrite(String SerNoCharEOverwrite)
Set SerNo Char End Overwrite. |
void |
setSerNoCharSOverwrite(String SerNoCharSOverwrite)
Set SerNo Char Start Overwrite. |
String |
toString()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
public static final int MANDATORYTYPE_AD_Reference_ID
public static final String MANDATORYTYPE_NotMandatory
public static final String MANDATORYTYPE_WhenShipping
public static final String MANDATORYTYPE_AlwaysMandatory
| Constructor Detail |
|---|
public X_M_AttributeSet(Ctx ctx,
int M_AttributeSet_ID,
String trxName)
ctx - contextM_AttributeSet_ID - idtrxName - transaction
public X_M_AttributeSet(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setGuaranteeDays(int GuaranteeDays)
GuaranteeDays - Number of days the product is guaranteed or availablepublic int getGuaranteeDays()
public void setIsGuaranteeDate(boolean IsGuaranteeDate)
IsGuaranteeDate - Product has Guarantee or Expiry Datepublic boolean isGuaranteeDate()
public void setIsGuaranteeDateMandatory(boolean IsGuaranteeDateMandatory)
IsGuaranteeDateMandatory - The entry of a Guarantee Date is mandatory when creating a Product Instancepublic boolean isGuaranteeDateMandatory()
public void setIsInstanceAttribute(boolean IsInstanceAttribute)
IsInstanceAttribute - The product attribute is specific to the instance (like Serial No, Lot or Guarantee Date)public boolean isInstanceAttribute()
public void setIsLot(boolean IsLot)
IsLot - The product instances have a Lot Numberpublic boolean isLot()
public void setIsLotMandatory(boolean IsLotMandatory)
IsLotMandatory - The entry of Lot info is mandatory when creating a Product Instancepublic boolean isLotMandatory()
public void setIsSerNo(boolean IsSerNo)
IsSerNo - The product instances have Serial Numberspublic boolean isSerNo()
public void setIsSerNoMandatory(boolean IsSerNoMandatory)
IsSerNoMandatory - The entry of a Serial No is mandatory when creating a Product Instancepublic boolean isSerNoMandatory()
public void setLotCharEOverwrite(String LotCharEOverwrite)
LotCharEOverwrite - Lot/Batch End Indicator overwrite - default �public String getLotCharEOverwrite()
public void setLotCharSOverwrite(String LotCharSOverwrite)
LotCharSOverwrite - Lot/Batch Start Indicator overwrite - default �public String getLotCharSOverwrite()
public void setM_AttributeSet_ID(int M_AttributeSet_ID)
M_AttributeSet_ID - Product Attribute Setpublic int getM_AttributeSet_ID()
public void setM_LotCtl_ID(int M_LotCtl_ID)
M_LotCtl_ID - Product Lot Controlpublic int getM_LotCtl_ID()
public void setM_SerNoCtl_ID(int M_SerNoCtl_ID)
M_SerNoCtl_ID - Product Serial Number Controlpublic int getM_SerNoCtl_ID()
public boolean isMandatoryTypeValid(String test)
test - testvalue
public void setMandatoryType(String MandatoryType)
MandatoryType - The specification of an Attribute is mandatorypublic String getMandatoryType()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
public void setSerNoCharEOverwrite(String SerNoCharEOverwrite)
SerNoCharEOverwrite - Serial Number End Indicator overwrite - default emptypublic String getSerNoCharEOverwrite()
public void setSerNoCharSOverwrite(String SerNoCharSOverwrite)
SerNoCharSOverwrite - Serial Number Start Indicator overwrite - default #public String getSerNoCharSOverwrite()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||