|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_M_AttributeSet
public class X_M_AttributeSet
Generated Model for M_AttributeSet
| Field Summary | |
|---|---|
static int |
MANDATORYTYPE_AD_Reference_ID
MandatoryType AD_Reference_ID=324 |
static String |
MANDATORYTYPE_AlwaysMandatory
Always Mandatory = Y |
static String |
MANDATORYTYPE_NotMandatary
Not Mandatary = N |
static String |
MANDATORYTYPE_WhenShipping
When Shipping = S |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_M_AttributeSet(Properties ctx,
int M_AttributeSet_ID,
String trxName)
Standard Constructor |
|
X_M_AttributeSet(Properties 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. |
I_M_LotCtl |
getM_LotCtl()
|
int |
getM_SerNoCtl_ID()
Get Serial No Control. |
I_M_SerNoCtl |
getM_SerNoCtl()
|
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(Properties 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 |
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()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int MANDATORYTYPE_AD_Reference_ID
public static final String MANDATORYTYPE_NotMandatary
public static final String MANDATORYTYPE_AlwaysMandatory
public static final String MANDATORYTYPE_WhenShipping
| Constructor Detail |
|---|
public X_M_AttributeSet(Properties ctx,
int M_AttributeSet_ID,
String trxName)
public X_M_AttributeSet(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setDescription(String Description)
setDescription in interface I_M_AttributeSetDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_AttributeSetpublic void setGuaranteeDays(int GuaranteeDays)
setGuaranteeDays in interface I_M_AttributeSetGuaranteeDays - Number of days the product is guaranteed or availablepublic int getGuaranteeDays()
getGuaranteeDays in interface I_M_AttributeSetpublic void setIsGuaranteeDate(boolean IsGuaranteeDate)
setIsGuaranteeDate in interface I_M_AttributeSetIsGuaranteeDate - Product has Guarantee or Expiry Datepublic boolean isGuaranteeDate()
isGuaranteeDate in interface I_M_AttributeSetpublic void setIsGuaranteeDateMandatory(boolean IsGuaranteeDateMandatory)
setIsGuaranteeDateMandatory in interface I_M_AttributeSetIsGuaranteeDateMandatory - The entry of a Guarantee Date is mandatory when creating a Product Instancepublic boolean isGuaranteeDateMandatory()
isGuaranteeDateMandatory in interface I_M_AttributeSetpublic void setIsInstanceAttribute(boolean IsInstanceAttribute)
setIsInstanceAttribute in interface I_M_AttributeSetIsInstanceAttribute - The product attribute is specific to the instance (like Serial No, Lot or Guarantee Date)public boolean isInstanceAttribute()
isInstanceAttribute in interface I_M_AttributeSetpublic void setIsLot(boolean IsLot)
setIsLot in interface I_M_AttributeSetIsLot - The product instances have a Lot Numberpublic boolean isLot()
isLot in interface I_M_AttributeSetpublic void setIsLotMandatory(boolean IsLotMandatory)
setIsLotMandatory in interface I_M_AttributeSetIsLotMandatory - The entry of Lot info is mandatory when creating a Product Instancepublic boolean isLotMandatory()
isLotMandatory in interface I_M_AttributeSetpublic void setIsSerNo(boolean IsSerNo)
setIsSerNo in interface I_M_AttributeSetIsSerNo - The product instances have Serial Numberspublic boolean isSerNo()
isSerNo in interface I_M_AttributeSetpublic void setIsSerNoMandatory(boolean IsSerNoMandatory)
setIsSerNoMandatory in interface I_M_AttributeSetIsSerNoMandatory - The entry of a Serial No is mandatory when creating a Product Instancepublic boolean isSerNoMandatory()
isSerNoMandatory in interface I_M_AttributeSetpublic void setLotCharEOverwrite(String LotCharEOverwrite)
setLotCharEOverwrite in interface I_M_AttributeSetLotCharEOverwrite - Lot/Batch End Indicator overwrite - default »public String getLotCharEOverwrite()
getLotCharEOverwrite in interface I_M_AttributeSetpublic void setLotCharSOverwrite(String LotCharSOverwrite)
setLotCharSOverwrite in interface I_M_AttributeSetLotCharSOverwrite - Lot/Batch Start Indicator overwrite - default «public String getLotCharSOverwrite()
getLotCharSOverwrite in interface I_M_AttributeSetpublic void setMandatoryType(String MandatoryType)
setMandatoryType in interface I_M_AttributeSetMandatoryType - The specification of a Product Attribute Instance is mandatorypublic String getMandatoryType()
getMandatoryType in interface I_M_AttributeSetpublic void setM_AttributeSet_ID(int M_AttributeSet_ID)
setM_AttributeSet_ID in interface I_M_AttributeSetM_AttributeSet_ID - Product Attribute Setpublic int getM_AttributeSet_ID()
getM_AttributeSet_ID in interface I_M_AttributeSet
public I_M_LotCtl getM_LotCtl()
throws Exception
getM_LotCtl in interface I_M_AttributeSetExceptionpublic void setM_LotCtl_ID(int M_LotCtl_ID)
setM_LotCtl_ID in interface I_M_AttributeSetM_LotCtl_ID - Product Lot Controlpublic int getM_LotCtl_ID()
getM_LotCtl_ID in interface I_M_AttributeSet
public I_M_SerNoCtl getM_SerNoCtl()
throws Exception
getM_SerNoCtl in interface I_M_AttributeSetExceptionpublic void setM_SerNoCtl_ID(int M_SerNoCtl_ID)
setM_SerNoCtl_ID in interface I_M_AttributeSetM_SerNoCtl_ID - Product Serial Number Controlpublic int getM_SerNoCtl_ID()
getM_SerNoCtl_ID in interface I_M_AttributeSetpublic void setName(String Name)
setName in interface I_M_AttributeSetName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_M_AttributeSetpublic KeyNamePair getKeyNamePair()
public void setSerNoCharEOverwrite(String SerNoCharEOverwrite)
setSerNoCharEOverwrite in interface I_M_AttributeSetSerNoCharEOverwrite - Serial Number End Indicator overwrite - default emptypublic String getSerNoCharEOverwrite()
getSerNoCharEOverwrite in interface I_M_AttributeSetpublic void setSerNoCharSOverwrite(String SerNoCharSOverwrite)
setSerNoCharSOverwrite in interface I_M_AttributeSetSerNoCharSOverwrite - Serial Number Start Indicator overwrite - default #public String getSerNoCharSOverwrite()
getSerNoCharSOverwrite in interface I_M_AttributeSet
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||