org.tinygroup.metadata.bizdatatype.impl
类 BusinessTypeProcessorImpl

java.lang.Object
  继承者 org.tinygroup.metadata.bizdatatype.impl.BusinessTypeProcessorImpl
所有已实现的接口:
BusinessTypeProcessor

public class BusinessTypeProcessorImpl
extends Object
implements BusinessTypeProcessor


构造方法摘要
BusinessTypeProcessorImpl()
           
 
方法摘要
 void addBusinessTypes(BusinessTypes businessTypes)
           
static BusinessTypeProcessor getBusinessTypeProcessor()
           
 BusinessType getBusinessTypes(String id)
           
 StandardTypeProcessor getStandardTypeProcessor()
           
 String getType(String id, String language)
           
 void removeBusinessTypes(BusinessTypes businessTypes)
           
 void setStandardTypeProcessor(StandardTypeProcessor standardDataTypeProcessor)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

BusinessTypeProcessorImpl

public BusinessTypeProcessorImpl()
方法详细信息

getBusinessTypeProcessor

public static BusinessTypeProcessor getBusinessTypeProcessor()

getStandardTypeProcessor

public StandardTypeProcessor getStandardTypeProcessor()
指定者:
接口 BusinessTypeProcessor 中的 getStandardTypeProcessor

setStandardTypeProcessor

public void setStandardTypeProcessor(StandardTypeProcessor standardDataTypeProcessor)
指定者:
接口 BusinessTypeProcessor 中的 setStandardTypeProcessor

getType

public String getType(String id,
                      String language)
指定者:
接口 BusinessTypeProcessor 中的 getType

addBusinessTypes

public void addBusinessTypes(BusinessTypes businessTypes)
指定者:
接口 BusinessTypeProcessor 中的 addBusinessTypes

getBusinessTypes

public BusinessType getBusinessTypes(String id)
指定者:
接口 BusinessTypeProcessor 中的 getBusinessTypes

removeBusinessTypes

public void removeBusinessTypes(BusinessTypes businessTypes)
指定者:
接口 BusinessTypeProcessor 中的 removeBusinessTypes


Copyright © 2006–2016 TinyGroup. All rights reserved.