Uses of Class
org.compiere.model.MCity
-
Packages that use MCity Package Description org.compiere.model Provides for.... -
-
Uses of MCity in org.compiere.model
Methods in org.compiere.model that return MCity Modifier and Type Method Description static MCity
MCity. get(int C_City_ID)
Get City (cached) (immutable)static MCity
MCity. get(Properties ctx, int C_City_ID)
Get City (cached) (immutable)MCity
MCity. markImmutable()
Constructors in org.compiere.model with parameters of type MCity Constructor Description MCity(Properties ctx, MCity copy)
MCity(Properties ctx, MCity copy, String trxName)
MCity(MCity copy)
-