public class PrintGroup
Печатная группа – элемент кассового чека, содержащий данные об организации, которая осуществляет торговую операцию.
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<ru.evotor.framework.receipt.PrintGroup> |
CREATOR |
static PrintGroup |
DEFAULT |
Constructor and Description |
---|
PrintGroup() |
PrintGroup() |
PrintGroup() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals() |
java.lang.String |
getIdentifier() |
MedicineAttribute |
getMedicineAttribute() |
java.lang.String |
getOrgAddress() |
java.lang.String |
getOrgInn() |
java.lang.String |
getOrgName() |
Purchaser |
getPurchaser() |
TaxationSystem |
getTaxationSystem() |
PrintGroup.Type |
getType() |
int |
hashCode() |
boolean |
isDefault() |
boolean |
isShouldPrintReceipt() |
void |
writeToParcel() |
public static PrintGroup DEFAULT
public static android.os.Parcelable.Creator<ru.evotor.framework.receipt.PrintGroup> CREATOR
public PrintGroup()
public PrintGroup()
public PrintGroup()
public java.lang.String getIdentifier()
public PrintGroup.Type getType()
public java.lang.String getOrgName()
public java.lang.String getOrgInn()
public java.lang.String getOrgAddress()
public TaxationSystem getTaxationSystem()
public boolean isShouldPrintReceipt()
public Purchaser getPurchaser()
public MedicineAttribute getMedicineAttribute()
public int describeContents()
public void writeToParcel()
public boolean equals()
public int hashCode()
public boolean isDefault()