public class AssetEntryAssetCategoryRelSoap
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AssetEntryAssetCategoryRelSoap() |
Modifier and Type | Method and Description |
---|---|
long |
getAssetCategoryId() |
long |
getAssetEntryAssetCategoryRelId() |
long |
getAssetEntryId() |
long |
getPrimaryKey() |
int |
getPriority() |
void |
setAssetCategoryId(long assetCategoryId) |
void |
setAssetEntryAssetCategoryRelId(long assetEntryAssetCategoryRelId) |
void |
setAssetEntryId(long assetEntryId) |
void |
setPrimaryKey(long pk) |
void |
setPriority(int priority) |
static AssetEntryAssetCategoryRelSoap |
toSoapModel(AssetEntryAssetCategoryRel model) |
static AssetEntryAssetCategoryRelSoap[] |
toSoapModels(AssetEntryAssetCategoryRel[] models) |
static AssetEntryAssetCategoryRelSoap[][] |
toSoapModels(AssetEntryAssetCategoryRel[][] models) |
static AssetEntryAssetCategoryRelSoap[] |
toSoapModels(java.util.List<AssetEntryAssetCategoryRel> models) |
public static AssetEntryAssetCategoryRelSoap toSoapModel(AssetEntryAssetCategoryRel model)
public static AssetEntryAssetCategoryRelSoap[] toSoapModels(AssetEntryAssetCategoryRel[] models)
public static AssetEntryAssetCategoryRelSoap[][] toSoapModels(AssetEntryAssetCategoryRel[][] models)
public static AssetEntryAssetCategoryRelSoap[] toSoapModels(java.util.List<AssetEntryAssetCategoryRel> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getAssetEntryAssetCategoryRelId()
public void setAssetEntryAssetCategoryRelId(long assetEntryAssetCategoryRelId)
public long getAssetEntryId()
public void setAssetEntryId(long assetEntryId)
public long getAssetCategoryId()
public void setAssetCategoryId(long assetCategoryId)
public int getPriority()
public void setPriority(int priority)