public class AdmVerifyProductFiles.Verified
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
code
The product code.
|
private java.lang.String |
description
The product description.
|
private boolean[] |
flags
The image and description verification flags.
|
private static long |
serialVersionUID
The class' serialization version id.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Verified(java.lang.String code,
java.lang.String description,
boolean hasImgLG,
boolean hasImgSM,
boolean hasDscLG,
boolean hasDscSM)
Constructs a new verified product.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Returns the product code.
|
java.lang.String |
getDescription()
Returns the product description.
|
boolean |
hasDescrLG()
Returns the large description verification flag.
|
boolean |
hasDescrSM()
Returns the small description verification flag.
|
boolean |
hasImageLG()
Returns the large image verification flag.
|
boolean |
hasImageSM()
Returns the small image verification flag.
|
private static final long serialVersionUID
private java.lang.String code
private java.lang.String description
private boolean[] flags
protected Verified(java.lang.String code,
java.lang.String description,
boolean hasImgLG,
boolean hasImgSM,
boolean hasDscLG,
boolean hasDscSM)
code - (String) The product code.description - (String) The product description.hasImgLG - (boolean) The has large image flag.hasImgSM - (boolean) The has small image flag.hasDscLG - (boolean) The has large description flag.hasDscSM - (boolean) The has small description flag.public java.lang.String getCode()
public java.lang.String getDescription()
public boolean hasImageLG()
public boolean hasImageSM()
public boolean hasDescrLG()
public boolean hasDescrSM()